Tcl Source Code

Artifact [67c3c9fd9d]
Login

Artifact 67c3c9fd9dabd536c4622739a130628a76ad0362:

Attachment "crtinterp.patch" to ticket [493412ffff] added by dgp 2001-12-15 01:59:21.
Index: doc/CrtInterp.3
===================================================================
RCS file: /cvsroot/tcl/tcl/doc/CrtInterp.3,v
retrieving revision 1.5
diff -u -r1.5 CrtInterp.3
--- doc/CrtInterp.3	2000/04/14 23:01:49	1.5
+++ doc/CrtInterp.3	2001/12/14 18:52:23
@@ -38,9 +38,9 @@
 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