diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-02 12:10:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-02 12:10:35 (GMT) |
commit | 55717aeaea14002df0d47c139afcad6c27d8ca7a (patch) | |
tree | aadc95fc6a6dc35494a0f3bfa7428edf75c8701f /doc/lreplace.n | |
parent | 8615597984a22e3bb59d7b48a14f9ab1ddb97b19 (diff) | |
parent | 4cd9155ae918a63f1c940a9557bf9ab4afd4a333 (diff) | |
download | tcl-55717aeaea14002df0d47c139afcad6c27d8ca7a.zip tcl-55717aeaea14002df0d47c139afcad6c27d8ca7a.tar.gz tcl-55717aeaea14002df0d47c139afcad6c27d8ca7a.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/lreplace.n')
-rw-r--r-- | doc/lreplace.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lreplace.n b/doc/lreplace.n index 7bba543..d19f0cd 100644 --- a/doc/lreplace.n +++ b/doc/lreplace.n @@ -35,7 +35,7 @@ by \fIfirst\fR must exist or \fIfirst\fR must indicate before the start of the list. .PP If \fIlast\fR is less than \fIfirst\fR, then any specified elements -will be inserted into the list at the point specified by \fIfirst\fR +will be inserted into the list before the point specified by \fIfirst\fR with no elements being deleted. .PP The \fIelement\fR arguments specify zero or more new arguments to |