diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-03-09 10:20:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-03-09 10:20:37 (GMT) |
commit | 72ca5496075c88513fe036a43c4bbf94f4c90b42 (patch) | |
tree | 2bee01312c273155d987531f86fd17cf8e8e76af /generic/tclNamesp.c | |
parent | 7bf897cb517cbeeb754431155becdde31ebd30ba (diff) | |
download | tcl-72ca5496075c88513fe036a43c4bbf94f4c90b42.zip tcl-72ca5496075c88513fe036a43c4bbf94f4c90b42.tar.gz tcl-72ca5496075c88513fe036a43c4bbf94f4c90b42.tar.bz2 |
Fix comment
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r-- | generic/tclNamesp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c index 58ab757..7365b0a 100644 --- a/generic/tclNamesp.c +++ b/generic/tclNamesp.c @@ -21,7 +21,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclNamesp.c,v 1.71 2005/01/19 23:15:25 dkf Exp $ + * RCS: @(#) $Id: tclNamesp.c,v 1.72 2005/03/09 10:20:37 dkf Exp $ */ #include "tclInt.h" @@ -2756,6 +2756,7 @@ TclGetNamespaceFromObj(interp, objPtr, nsPtrPtr) * namespace code arg * namespace current * namespace delete ?name name...? + * namespace ensemble subcommand ?arg...? * namespace eval name arg ?arg...? * namespace exists name * namespace export ?-clear? ?pattern pattern...? |