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/GetScroll.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/GetScroll.3')
-rw-r--r-- | doc/GetScroll.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/GetScroll.3 b/doc/GetScroll.3 index dd8b7c6..c5aa97b 100644 --- a/doc/GetScroll.3 +++ b/doc/GetScroll.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: GetScroll.3,v 1.7 2008/06/30 22:57:01 dkf Exp $ +'\" RCS: @(#) $Id: GetScroll.3,v 1.8 2009/05/04 09:12:33 dkf Exp $ '\" .so man.macros .TH Tk_GetScrollInfo 3 8.0 Tk "Tk Library Procedures" @@ -66,7 +66,8 @@ If \fIargv\fR has the \fBscroll\fR form, \fBTK_SCROLL_UNITS\fR or \fBTK_SCROLL_PAGES\fR is returned and \fI*intPtr\fR is filled in with the \fInumber\fR value, which must be a proper integer. If an error occurs in parsing the arguments, \fBTK_SCROLL_ERROR\fR -is returned and an error message is left in \fIinterp->result\fR. +is returned and an error message is left in interpreter +\fIinterp\fR's result. .PP \fBTk_GetScrollInfoObj\fR is identical in function to \fBTk_GetScrollInfo\fR. However, \fBTk_GetScrollInfoObj\fR accepts |