From 5c1a1598d524e7cdba42a48aef9949ffd3802fd6 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 5 Dec 2001 22:26:43 +0000 Subject: * fixed typo: index -> lindex --- doc/list.n | 4 ++-- 1 file 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 -- cgit v0.12