From f976a32c62ccbb7a5740756f8641f1f73357e57e Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 4 May 2023 18:21:01 +0000 Subject: Remove mention of Tcl_GlobalEval() from comment. --- generic/tclHistory.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/generic/tclHistory.c b/generic/tclHistory.c index 24f6d65..0782629 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 length = strlen(cmd); -- cgit v0.12