diff options
Diffstat (limited to 'doc/CrtInterp.3')
-rw-r--r-- | doc/CrtInterp.3 | 8 |
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 |