summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-12 11:00:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-12 11:00:47 (GMT)
commitd25acf4fe1b750bbb6934d1d6e1824a9ff7d17a1 (patch)
tree6f0b2236710a756c12ab19dc40180809610eb082 /doc
parent5e76fd654578b2caf18c8ad2a6653631643c15f1 (diff)
downloadtcl-d25acf4fe1b750bbb6934d1d6e1824a9ff7d17a1.zip
tcl-d25acf4fe1b750bbb6934d1d6e1824a9ff7d17a1.tar.gz
tcl-d25acf4fe1b750bbb6934d1d6e1824a9ff7d17a1.tar.bz2
Tcl_AppendResultVA() is gone in Tcl 9.0
Diffstat (limited to 'doc')
-rw-r--r--doc/SetResult.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3
index 8c89280..d3201aa 100644
--- a/doc/SetResult.3
+++ b/doc/SetResult.3
@@ -234,7 +234,7 @@ interpreter result value; it should be copied instead of being relied upon to
persist after the next Tcl API call, as most Tcl operations can modify the
interpreter result.
.PP
-\fBTcl_SetResult\fR, \fBTcl_AppendResult\fR, \fBTcl_AppendResultVA\fR,
+\fBTcl_SetResult\fR, \fBTcl_AppendResult\fR,
\fBTcl_AppendElement\fR, and \fBTcl_ResetResult\fR all modify the interpreter
result. They may cause the old interpreter result to have its reference count
decremented and a new interpreter result to be allocated. After they have been