diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-31 15:19:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-31 15:19:35 (GMT) |
commit | 9a9b0aefb8d903006586c7445a843656fe45107f (patch) | |
tree | 1bef5c1caca0c9ba498f26d4ab155eed6ac330b9 /doc/linsert.n | |
parent | 2dff694c415bcb05ec35723e1d67c61c07d7bfaa (diff) | |
download | tcl-9a9b0aefb8d903006586c7445a843656fe45107f.zip tcl-9a9b0aefb8d903006586c7445a843656fe45107f.tar.gz tcl-9a9b0aefb8d903006586c7445a843656fe45107f.tar.bz2 |
Grammar and spelling fixes. [Patch 1018486]
Diffstat (limited to 'doc/linsert.n')
-rw-r--r-- | doc/linsert.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/linsert.n b/doc/linsert.n index eca0acc..eddf1ec 100644 --- a/doc/linsert.n +++ b/doc/linsert.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: linsert.n,v 1.8 2004/04/16 22:20:58 dkf Exp $ +'\" RCS: @(#) $Id: linsert.n,v 1.9 2004/08/31 15:19:36 dkf Exp $ '\" .so man.macros .TH linsert n 8.2 Tcl "Tcl Built-In Commands" @@ -21,7 +21,7 @@ linsert \- Insert elements into a list .SH DESCRIPTION .PP This command produces a new list from \fIlist\fR by inserting all of the -\fIelement\fR arguments just before the \fIindex\fRth element of +\fIelement\fR arguments just before the \fIindex\fR'th element of \fIlist\fR. Each \fIelement\fR argument will become a separate element of the new list. If \fIindex\fR is less than or equal to zero, then the new elements are inserted at the beginning of the list. If \fIindex\fR has the |