diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-12-14 20:31:21 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-12-14 20:31:21 (GMT) |
commit | 43ebb993dc8d1553b9f8fa710987410e33102b24 (patch) | |
tree | f0ea955edd55e7ec3cefbc5971903856f30a4b87 /generic | |
parent | 47109e8be05c52fd33c2a67b1929ed3c19479787 (diff) | |
download | tcl-43ebb993dc8d1553b9f8fa710987410e33102b24.zip tcl-43ebb993dc8d1553b9f8fa710987410e33102b24.tar.gz tcl-43ebb993dc8d1553b9f8fa710987410e33102b24.tar.bz2 |
docs and comments corrections [Bug 493412]
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclBasic.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index ab9e1f0..0cf25fc 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclBasic.c,v 1.42 2001/11/21 17:17:17 dgp Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.43 2001/12/14 20:31:22 msofer Exp $ */ #include "tclInt.h" @@ -256,8 +256,8 @@ static CmdInfo builtInCmds[] = { * Tcl_DeleteInterp. * * Side effects: - * The command interpreter is initialized with an empty variable - * table and the built-in commands. + * The command interpreter is initialized with the built-in commands + * and with the variables documented in tclvars(n). * *---------------------------------------------------------------------- */ |