diff options
author | aspect <aspect+tclcore@abstracted-spleen.org> | 2015-06-16 03:33:22 (GMT) |
---|---|---|
committer | aspect <aspect+tclcore@abstracted-spleen.org> | 2015-06-16 03:33:22 (GMT) |
commit | 1604845a9d8b2582f2bea9ed2777baf8339629c0 (patch) | |
tree | c0b64aac343be4fc0328ba0271d50098c1a0c316 /doc | |
parent | bb4d9f797858784d4eea0799a97a90652e2560b6 (diff) | |
download | tcl-1604845a9d8b2582f2bea9ed2777baf8339629c0.zip tcl-1604845a9d8b2582f2bea9ed2777baf8339629c0.tar.gz tcl-1604845a9d8b2582f2bea9ed2777baf8339629c0.tar.bz2 |
lreplace: more tests, doc improvement
Diffstat (limited to 'doc')
-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 |