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/Tk_Init.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/Tk_Init.3')
-rw-r--r-- | doc/Tk_Init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Tk_Init.3 b/doc/Tk_Init.3 index 6dbad09..95cf483 100644 --- a/doc/Tk_Init.3 +++ b/doc/Tk_Init.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Tk_Init.3,v 1.7 2008/06/30 22:57:02 dkf Exp $ +'\" RCS: @(#) $Id: Tk_Init.3,v 1.8 2009/05/04 09:12:33 dkf Exp $ '\" .so man.macros .TH Tk_Init 3 8.0 Tk "Tk Library Procedures" @@ -35,7 +35,7 @@ and creates a new Tk application, including its main window. If the initialization is successful \fBTk_Init\fR returns \fBTCL_OK\fR; if there is an error it returns \fBTCL_ERROR\fR. \fBTk_Init\fR also leaves a result or error message -in \fIinterp->result\fR. +in interpreter \fIinterp\fR's result. .PP If there is a variable \fBargv\fR in \fIinterp\fR, \fBTk_Init\fR treats the contents of this variable as a list of options for the |