summaryrefslogtreecommitdiffstats
path: root/doc/SetResult.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-01-05 19:18:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-01-05 19:18:30 (GMT)
commit3dae54c810e66b88879e0f30a7374e5327815901 (patch)
tree9f05ba3676b6a7e2d0f72c244d08c01c332d1668 /doc/SetResult.3
parent5f46a6c4a74189937ea3ffee44c7d022a75edf4c (diff)
downloadtcl-3dae54c810e66b88879e0f30a7374e5327815901.zip
tcl-3dae54c810e66b88879e0f30a7374e5327815901.tar.gz
tcl-3dae54c810e66b88879e0f30a7374e5327815901.tar.bz2
formatting typo and rewrite
Diffstat (limited to 'doc/SetResult.3')
-rw-r--r--doc/SetResult.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3
index 6cd17ca..7ced0be 100644
--- a/doc/SetResult.3
+++ b/doc/SetResult.3
@@ -156,9 +156,9 @@ instead of taking a variable number of arguments it takes an argument list.
.PP
.VS 8.6
\fBTcl_TransferResult\fR transfers interpreter state from \fIsourceInterp\fR
-to \fItargetInterp\R. The two interpreters must have been created in the
+to \fItargetInterp\fR. 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
+nothing is done. 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