diff options
author | ven <vendethiel@hotmail.fr> | 2015-08-25 12:33:19 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-08-25 12:33:19 +0200 |
commit | b7f18b1cc223f9c0dbe2a36d6cf0955c4c14ff90 (patch) | |
tree | ca5f51407a81be200d841d42e87fba66111c5e6a | |
parent | 55735f8b6c3d16b239203f2c7d975a3bd818fab4 (diff) | |
parent | b990f84123a755b8aa36db3667a59b7d774daad2 (diff) |
Merge pull request #1208 from josteink/master
Fix broken line-change in TCL docs.
-rw-r--r--[-rwxr-xr-x] | tcl.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tcl.html.markdown b/tcl.html.markdown index 198f675e..79b5e87d 100755..100644 --- a/tcl.html.markdown +++ b/tcl.html.markdown @@ -121,7 +121,8 @@ puts lots\nof\n\n\n\n\n\nnewlines # A word enclosed in braces is not subject to any special interpretation or -# substitutions, except that a backslash before a brace is not counted when look#ing for the closing brace +# substitutions, except that a backslash before a brace is not counted when +# looking for the closing brace set somevar { This is a literal $ sign, and this \} escaped brace remains uninterpreted |