summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-05-04 18:21:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-05-04 18:21:49 (GMT)
commit1ea2b16a8d3d0acaef2a941a553139d829533445 (patch)
tree4c0c77845c1a7e296cd68efeaca11d39e32c877a
parente51f7da2ee3eeb2de5ed29bffef7c4fd20bc2791 (diff)
parentf976a32c62ccbb7a5740756f8641f1f73357e57e (diff)
downloadtcl-1ea2b16a8d3d0acaef2a941a553139d829533445.zip
tcl-1ea2b16a8d3d0acaef2a941a553139d829533445.tar.gz
tcl-1ea2b16a8d3d0acaef2a941a553139d829533445.tar.bz2
merge 8.6
-rw-r--r--generic/tclHistory.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclHistory.c b/generic/tclHistory.c
index 02e15a0..f7d9ec8 100644
--- a/generic/tclHistory.c
+++ b/generic/tclHistory.c
@@ -58,8 +58,9 @@ Tcl_RecordAndEval(
const char *cmd, /* Command to record. */
int flags) /* Additional flags. TCL_NO_EVAL means only
* record: don't execute command.
- * TCL_EVAL_GLOBAL means use Tcl_GlobalEval
- * instead of Tcl_Eval. */
+ * TCL_EVAL_GLOBAL means evaluate the script
+ * in global variable context instead of the
+ * current procedure. */
{
Tcl_Obj *cmdPtr;
int result;