summaryrefslogtreecommitdiffstats
path: root/doc/RecordEval.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-19 13:54:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-19 13:54:31 (GMT)
commit0fd2a17f4fd34ee05559f7e7ced1c09f3591c5c3 (patch)
tree8e2728f38ee549fde9d139e0f2bbf960f1630b55 /doc/RecordEval.3
parentf942af920c1c31f578e24aae999d86191ec65f39 (diff)
parentf387d58e76f3ac8a528db48b000583f3c1eb21aa (diff)
downloadtcl-0fd2a17f4fd34ee05559f7e7ced1c09f3591c5c3.zip
tcl-0fd2a17f4fd34ee05559f7e7ced1c09f3591c5c3.tar.gz
tcl-0fd2a17f4fd34ee05559f7e7ced1c09f3591c5c3.tar.bz2
Merge 8.7
Diffstat (limited to 'doc/RecordEval.3')
-rw-r--r--doc/RecordEval.310
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/RecordEval.3 b/doc/RecordEval.3
index a8f3087..36ef6b9 100644
--- a/doc/RecordEval.3
+++ b/doc/RecordEval.3
@@ -4,9 +4,9 @@
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-'\"
-.so man.macros
+'\"
.TH Tcl_RecordAndEval 3 7.4 Tcl "Tcl Library Procedures"
+.so man.macros
.BS
.SH NAME
Tcl_RecordAndEval \- save command on history list before evaluating
@@ -44,9 +44,9 @@ If the \fIflags\fR argument contains the \fBTCL_NO_EVAL\fR bit then
the command is recorded without being evaluated.
.PP
Note that \fBTcl_RecordAndEval\fR has been largely replaced by the
-object-based procedure \fBTcl_RecordAndEvalObj\fR.
-That object-based procedure records and optionally executes
-a command held in a Tcl object instead of a string.
+value-based procedure \fBTcl_RecordAndEvalObj\fR.
+That value-based procedure records and optionally executes
+a command held in a Tcl value instead of a string.
.SH "SEE ALSO"
Tcl_RecordAndEvalObj