summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2002-11-11 16:05:35 (GMT)
committerKevin B Kenny <kennykb@acm.org>2002-11-11 16:05:35 (GMT)
commitaa529ccca27061e703d5ee40cf742f28bfbba8db (patch)
tree089c7727e66457307af74a15bcb588b1d098ff2c /doc
parent5416f398e807d9ebd4ae8941a882bf7e3b073728 (diff)
downloadtcl-aa529ccca27061e703d5ee40cf742f28bfbba8db.zip
tcl-aa529ccca27061e703d5ee40cf742f28bfbba8db.tar.gz
tcl-aa529ccca27061e703d5ee40cf742f28bfbba8db.tar.bz2
Corrected indentation of the new language. Oops.
Diffstat (limited to 'doc')
-rw-r--r--doc/Tcl.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Tcl.n b/doc/Tcl.n
index e8cc494..c8132cc 100644
--- a/doc/Tcl.n
+++ b/doc/Tcl.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Tcl.n,v 1.6 2002/11/10 17:22:35 kennykb Exp $
+'\" RCS: @(#) $Id: Tcl.n,v 1.7 2002/11/11 16:05:37 kennykb Exp $
'\"
.so man.macros
.TH Tcl n "8.1" Tcl "Tcl Built-In Commands"
@@ -190,7 +190,7 @@ processed entirely by the recursive call to the Tcl interpreter;
no substitutions are performed before making the recursive
call and no additional substitutions are performed on the result
of the nested script.
-.LP
+.RS
Substitutions take place from left to right, and each substitution is
evaluated completely before attempting to evaluate the next. Thus, a
sequence like
@@ -198,6 +198,7 @@ sequence like
set y [set x 0][incr x][incr x]
.CE
will always set the variable \fIy\fR to the value, \fI012\fR.
+.RE
.IP [11]
Substitutions do not affect the word boundaries of a command.
For example, during variable substitution the entire value of