summaryrefslogtreecommitdiffstats
path: root/doc/CrtWindow.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-05-04 09:12:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-05-04 09:12:33 (GMT)
commitedb51ce9a769a68c10ade6ab78f8147852bf8f8c (patch)
tree446cc57d22761dad522be3eefbf621cdd2c06b75 /doc/CrtWindow.3
parent6268aa893cfdba7b5051430275fc890212319ad5 (diff)
downloadtk-edb51ce9a769a68c10ade6ab78f8147852bf8f8c.zip
tk-edb51ce9a769a68c10ade6ab78f8147852bf8f8c.tar.gz
tk-edb51ce9a769a68c10ade6ab78f8147852bf8f8c.tar.bz2
Purge mention of interp->result. [Bug 2431507]
Diffstat (limited to 'doc/CrtWindow.3')
-rw-r--r--doc/CrtWindow.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/CrtWindow.3 b/doc/CrtWindow.3
index b48696a..66188b1 100644
--- a/doc/CrtWindow.3
+++ b/doc/CrtWindow.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: CrtWindow.3,v 1.13 2008/06/30 22:57:01 dkf Exp $
+'\" RCS: @(#) $Id: CrtWindow.3,v 1.14 2009/05/04 09:12:33 dkf Exp $
'\"
.so man.macros
.TH Tk_CreateWindow 3 4.2 Tk "Tk Library Procedures"
@@ -60,8 +60,8 @@ are used to create new windows for
use in Tk-based applications. Each of the procedures returns a token
that can be used to manipulate the window in other calls to the Tk
library. If the window could not be created successfully, then NULL
-is returned and \fIinterp->result\fR is modified to hold an error
-message.
+is returned and the result of interpreter \fIinterp\fR is modified to
+hold an error message.
.PP
Tk supports two different kinds of windows: internal
windows and top-level windows.