diff options
-rw-r--r-- | doc/SetResult.3 | 2 |
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 |