summaryrefslogtreecommitdiffstats
path: root/doc/SetResult.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-05 15:21:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-05 15:21:37 (GMT)
commit3ead0718e84c105802d523230c4d24df972eaa44 (patch)
tree6d0f0cd2032a9c5d08477e5097df679e700d9cf4 /doc/SetResult.3
parentd576a102feda0e480a2d14fe0bcc65448a4ff17e (diff)
downloadtcl-3ead0718e84c105802d523230c4d24df972eaa44.zip
tcl-3ead0718e84c105802d523230c4d24df972eaa44.tar.gz
tcl-3ead0718e84c105802d523230c4d24df972eaa44.tar.bz2
minor improvements derived from [Patch 1723738]
Diffstat (limited to 'doc/SetResult.3')
-rw-r--r--doc/SetResult.35
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3
index 2a17dac..e29c6b1 100644
--- a/doc/SetResult.3
+++ b/doc/SetResult.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: SetResult.3,v 1.21 2008/12/05 14:27:36 dkf Exp $
+'\" RCS: @(#) $Id: SetResult.3,v 1.22 2008/12/05 15:21:37 dkf Exp $
'\"
.so man.macros
.TH Tcl_SetResult 3 8.0 Tcl "Tcl Library Procedures"
@@ -160,7 +160,8 @@ instead of taking a variable number of arguments it takes an argument list.
.VS 8.6
\fBTcl_TransferResult\fR moves a result from one interpreter to another,
optionally (dependent on the \fIresult\fR parameter) including the error
-information as well. The interpreters must be in the same thread.
+information dictionary as well. The interpreters must be in the same thread.
+The source interpreter will have its result reset by this operation.
.VE 8.6
.SH "DEPRECATED INTERFACES"
.SS "OLD STRING PROCEDURES"