summaryrefslogtreecommitdiffstats
path: root/doc/Eval.3
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2018-02-11 19:19:46 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2018-02-11 19:19:46 (GMT)
commit5765c1e39239c149fc739e8e48b3d554901318e7 (patch)
treea3a981ae6b775fc6dbf1be90300edd4d1da60413 /doc/Eval.3
parent4f65558ad0db79e70b4629d6f96d7cdd09e656a3 (diff)
downloadtcl-5765c1e39239c149fc739e8e48b3d554901318e7.zip
tcl-5765c1e39239c149fc739e8e48b3d554901318e7.tar.gz
tcl-5765c1e39239c149fc739e8e48b3d554901318e7.tar.bz2
Refine documentation for Tcl_NR* functions.
Diffstat (limited to 'doc/Eval.3')
-rw-r--r--doc/Eval.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Eval.3 b/doc/Eval.3
index 191bace..e241794 100644
--- a/doc/Eval.3
+++ b/doc/Eval.3
@@ -176,10 +176,10 @@ it is faster to execute the script directly.
.TP 23
\fBTCL_EVAL_GLOBAL\fR
.
-If this flag is set, the script is processed at global level. This
-means that it is evaluated in the global namespace and its variable
-context consists of global variables only (it ignores any Tcl
-procedures that are active).
+If this flag is set, the script is evaluated in the global namespace instead of
+the current namespace and its variable context consists of global variables
+only (it ignores any Tcl procedures that are active).
+.\" TODO: document TCL_EVAL_INVOKE and TCL_EVAL_NOERR.
.SH "MISCELLANEOUS DETAILS"
.PP