diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-03-12 20:16:11 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-03-12 20:16:11 (GMT) |
commit | ef097aec977fc5a7e746ce889b2af253c7b40a0f (patch) | |
tree | 8dd5804d2dd99696ced2408840aa0b35b136e358 /doc | |
parent | e30c6b2c79b5d0287da601face8b8a84d00f893e (diff) | |
download | tcl-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.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |