summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-12-05 22:26:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-12-05 22:26:43 (GMT)
commit5c1a1598d524e7cdba42a48aef9949ffd3802fd6 (patch)
treef99045e9bd692965a89342c5a581b103aebcc8aa /doc
parentecb30566e2adaac0b5ee80eda58257530b1e3a7e (diff)
downloadtcl-5c1a1598d524e7cdba42a48aef9949ffd3802fd6.zip
tcl-5c1a1598d524e7cdba42a48aef9949ffd3802fd6.tar.gz
tcl-5c1a1598d524e7cdba42a48aef9949ffd3802fd6.tar.bz2
* fixed typo: index -> lindex
Diffstat (limited to 'doc')
-rw-r--r--doc/list.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/list.n b/doc/list.n
index 653a10b..19a9034 100644
--- a/doc/list.n
+++ b/doc/list.n
@@ -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