summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-03-12 20:16:11 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-03-12 20:16:11 (GMT)
commitef097aec977fc5a7e746ce889b2af253c7b40a0f (patch)
tree8dd5804d2dd99696ced2408840aa0b35b136e358 /doc
parente30c6b2c79b5d0287da601face8b8a84d00f893e (diff)
downloadtcl-ef097aec977fc5a7e746ce889b2af253c7b40a0f.zip
tcl-ef097aec977fc5a7e746ce889b2af253c7b40a0f.tar.gz
tcl-ef097aec977fc5a7e746ce889b2af253c7b40a0f.tar.bz2
* doc/info.n: Replaced {expand} with {8}.
Diffstat (limited to 'doc')
-rw-r--r--doc/info.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/info.n b/doc/info.n
index 564b90f..2fb697f 100644
--- a/doc/info.n
+++ b/doc/info.n
@@ -7,7 +7,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: info.n,v 1.24 2007/12/13 15:22:32 dgp Exp $
+'\" RCS: @(#) $Id: info.n,v 1.25 2008/03/12 20:16:13 andreas_kupries Exp $
'\"
.so man.macros
.TH info n 8.4 Tcl "Tcl Built-In Commands"
@@ -186,7 +186,7 @@ possible the lines are counted based on the smallest possible
\fBeval\fR or procedure body, as that scope is usually easier to find
than any dynamic outer scope.
.PP
-The syntactic form \fB{expand}\fR is handled like \fBeval\fR. I.e. if it
+The syntactic form \fB{*}\fR is handled like \fBeval\fR. I.e. if it
is given a literal list argument the system tracks the linenumber
within the list words as well, and otherwise all linenumbers are
counted relative to the start of each word (smallest scope)