summaryrefslogtreecommitdiffstats
path: root/doc/CrtInterp.3
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-12-14 20:31:21 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-12-14 20:31:21 (GMT)
commit43ebb993dc8d1553b9f8fa710987410e33102b24 (patch)
treef0ea955edd55e7ec3cefbc5971903856f30a4b87 /doc/CrtInterp.3
parent47109e8be05c52fd33c2a67b1929ed3c19479787 (diff)
downloadtcl-43ebb993dc8d1553b9f8fa710987410e33102b24.zip
tcl-43ebb993dc8d1553b9f8fa710987410e33102b24.tar.gz
tcl-43ebb993dc8d1553b9f8fa710987410e33102b24.tar.bz2
docs and comments corrections [Bug 493412]
Diffstat (limited to 'doc/CrtInterp.3')
-rw-r--r--doc/CrtInterp.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/CrtInterp.3 b/doc/CrtInterp.3
index f82e225..4e8572d 100644
--- a/doc/CrtInterp.3
+++ b/doc/CrtInterp.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: CrtInterp.3,v 1.5 2000/04/14 23:01:49 hobbs Exp $
+'\" RCS: @(#) $Id: CrtInterp.3,v 1.6 2001/12/14 20:31:22 msofer Exp $
'\"
.so man.macros
.TH Tcl_CreateInterp 3 7.5 Tcl "Tcl Library Procedures"
@@ -38,9 +38,9 @@ procedures, such as \fBTcl_CreateCommand\fR, \fBTcl_Eval\fR, and
Clients are only allowed to access a few of the fields of
Tcl_Interp structures; see the \fBTcl_Interp\fR
and \fBTcl_CreateCommand\fR man pages for details.
-The new interpreter is initialized with no defined variables and only
-the built-in Tcl commands. To bind in additional commands, call
-\fBTcl_CreateCommand\fR.
+The new interpreter is initialized with the built-in Tcl commands
+and with the variables documented in tclvars(n). To bind in
+additional commands, call \fBTcl_CreateCommand\fR.
.PP
\fBTcl_DeleteInterp\fR marks an interpreter as deleted; the interpreter
will eventually be deleted when all calls to \fBTcl_Preserve\fR for it have