diff options
author | dgp <dgp@users.sourceforge.net> | 2001-12-05 22:26:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-12-05 22:26:43 (GMT) |
commit | 5c1a1598d524e7cdba42a48aef9949ffd3802fd6 (patch) | |
tree | f99045e9bd692965a89342c5a581b103aebcc8aa /doc | |
parent | ecb30566e2adaac0b5ee80eda58257530b1e3a7e (diff) | |
download | tcl-5c1a1598d524e7cdba42a48aef9949ffd3802fd6.zip tcl-5c1a1598d524e7cdba42a48aef9949ffd3802fd6.tar.gz tcl-5c1a1598d524e7cdba42a48aef9949ffd3802fd6.tar.bz2 |
* fixed typo: index -> lindex
Diffstat (limited to 'doc')
-rw-r--r-- | doc/list.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: list.n,v 1.6 2001/11/14 23:38:39 hobbs Exp $ +'\" RCS: @(#) $Id: list.n,v 1.7 2001/12/05 22:26:43 dgp Exp $ '\" .so man.macros .TH list n "" Tcl "Tcl Built-In Commands" @@ -22,7 +22,7 @@ list \- Create a list .PP This command returns a list comprised of all the \fIarg\fRs, or an empty string if no \fIarg\fRs are specified. -Braces and backslashes get added as necessary, so that the \fBindex\fR command +Braces and backslashes get added as necessary, so that the \fBlindex\fR command may be used on the result to re-extract the original arguments, and also so that \fBeval\fR may be used to execute the resulting list, with \fIarg1\fR comprising the command's name and the other \fIarg\fRs comprising |