diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-04 09:12:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-04 09:12:33 (GMT) |
commit | edb51ce9a769a68c10ade6ab78f8147852bf8f8c (patch) | |
tree | 446cc57d22761dad522be3eefbf621cdd2c06b75 /doc/Clipboard.3 | |
parent | 6268aa893cfdba7b5051430275fc890212319ad5 (diff) | |
download | tk-edb51ce9a769a68c10ade6ab78f8147852bf8f8c.zip tk-edb51ce9a769a68c10ade6ab78f8147852bf8f8c.tar.gz tk-edb51ce9a769a68c10ade6ab78f8147852bf8f8c.tar.bz2 |
Purge mention of interp->result. [Bug 2431507]
Diffstat (limited to 'doc/Clipboard.3')
-rw-r--r-- | doc/Clipboard.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/Clipboard.3 b/doc/Clipboard.3 index 927a64e..f7ab6f3 100644 --- a/doc/Clipboard.3 +++ b/doc/Clipboard.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: Clipboard.3,v 1.6 2009/01/06 21:58:15 nijtmans Exp $ +'\" RCS: @(#) $Id: Clipboard.3,v 1.7 2009/05/04 09:12:33 dkf Exp $ '\" .so man.macros .TH Tk_ClipboardClear 3 4.0 Tk "Tk Library Procedures" @@ -46,7 +46,8 @@ number of targets. \fBTk_ClipboardClear\fR claims the CLIPBOARD selection and frees any data items previously stored on the clipboard in this application. It normally returns \fBTCL_OK\fR, but if an error occurs it returns -\fBTCL_ERROR\fR and leaves an error message in \fIinterp->result\fR. +\fBTCL_ERROR\fR and leaves an error message in interpreter +\fIinterp\fR's result. \fBTk_ClipboardClear\fR must be called before a sequence of \fBTk_ClipboardAppend\fR calls can be issued. .PP @@ -61,8 +62,8 @@ currently owned by the application, either because \fBTk_ClipboardClear\fR has not been called or because ownership of the clipboard has changed since the last call to \fBTk_ClipboardClear\fR, -\fBTk_ClipboardAppend\fR returns \fBTCL_ERROR\fR and leaves an error message in -\fIinterp->result\fR. +\fBTk_ClipboardAppend\fR returns \fBTCL_ERROR\fR and leaves an error +message in the result of interpreter \fIinterp\fR. .PP In order to guarantee atomicity, no event handling should occur between \fBTk_ClipboardClear\fR and the following |