summaryrefslogtreecommitdiff
path: root/tcl/doc/lappend.n
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/doc/lappend.n')
-rw-r--r--tcl/doc/lappend.n8
1 files changed, 8 insertions, 0 deletions
diff --git a/tcl/doc/lappend.n b/tcl/doc/lappend.n
index 1351dedc40a..ffe9d39727c 100644
--- a/tcl/doc/lappend.n
+++ b/tcl/doc/lappend.n
@@ -1,6 +1,7 @@
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
+'\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -31,5 +32,12 @@ large lists. For example, ``\fBlappend a $b\fR'' is much
more efficient than ``\fBset a [concat $a [list $b]]\fR'' when
\fB$a\fR is long.
+.SH "SEE ALSO"
+list(n), lindex(n), linsert(n), llength(n),
+.VS 8.4
+lset(n)
+.VE
+lsort(n), lrange(n)
+
.SH KEYWORDS
append, element, list, variable