summaryrefslogtreecommitdiff
path: root/tcl/doc/eval.n
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/doc/eval.n')
-rw-r--r--tcl/doc/eval.n5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcl/doc/eval.n b/tcl/doc/eval.n
index a8abd20f902..7ac59485eac 100644
--- a/tcl/doc/eval.n
+++ b/tcl/doc/eval.n
@@ -25,6 +25,11 @@ script containing one or more commands.
fashion as the \fBconcat\fR command, passes the concatenated string to the
Tcl interpreter recursively, and returns the result of that
evaluation (or any error generated by it).
+Note that the \fBlist\fR command quotes sequences of words in such a
+way that they are not further expanded by the \fBeval\fR command.
.SH KEYWORDS
concatenate, evaluate, script
+
+.SH "SEE ALSO"
+catch(n), concat(n), error(n), list(n), subst(n), tclvars(n)