diff options
author | dgp <dgp@users.sourceforge.net> | 2020-01-05 19:16:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-01-05 19:16:33 (GMT) |
commit | 5f46a6c4a74189937ea3ffee44c7d022a75edf4c (patch) | |
tree | ff17b29ed33bdac5858c469cfed45c0c9a5c0d73 /doc/SetResult.3 | |
parent | a75f6ac8ce9148d70852d4a6b749a42af19c6562 (diff) | |
download | tcl-5f46a6c4a74189937ea3ffee44c7d022a75edf4c.zip tcl-5f46a6c4a74189937ea3ffee44c7d022a75edf4c.tar.gz tcl-5f46a6c4a74189937ea3ffee44c7d022a75edf4c.tar.bz2 |
Rewrite: lead paragraph with name of documented routine.
Diffstat (limited to 'doc/SetResult.3')
-rw-r--r-- | doc/SetResult.3 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3 index ef6cceb..6cd17ca 100644 --- a/doc/SetResult.3 +++ b/doc/SetResult.3 @@ -155,12 +155,14 @@ call; the last argument in the list must be a NULL pointer. instead of taking a variable number of arguments it takes an argument list. .PP .VS 8.6 -If \fIsourceInterp\fR and \fItargetInterp\fR are the same, this is a no-op. -Otherwise, \fBTcl_TransferResult\fR moves the result from \fIsourceInterp\fR -to \fItargetInterp\fR, and resets the result in \fIsourceInterp\fR. It -also moves the return options dictionary as controlled by the return code -value \fIcode\fR in the same manner as \fBTcl_GetReturnOptions\fR. The two -interpreters must have been created in the same thread. +\fBTcl_TransferResult\fR transfers interpreter state from \fIsourceInterp\fR +to \fItargetInterp\R. The two interpreters must have been created in the +same thread. If \fIsourceInterp\fR and \fItargetInterp\fR are the same, +this is a no-op. Otherwise, \fBTcl_TransferResult\fR moves the result +from \fIsourceInterp\fR to \fItargetInterp\fR, and resets the result +in \fIsourceInterp\fR. It also moves the return options dictionary as +controlled by the return code value \fIcode\fR in the same manner +as \fBTcl_GetReturnOptions\fR. .VE 8.6 .SH "DEPRECATED INTERFACES" .SS "OLD STRING PROCEDURES" |