summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2005-03-09 10:20:37 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2005-03-09 10:20:37 (GMT)
commit1cef76ad80d6149f88045643ac2eade9d6c9384b (patch)
tree2bee01312c273155d987531f86fd17cf8e8e76af /generic/tclNamesp.c
parentb8c97e3f4a1cdf529748684a0507e24efad780d8 (diff)
downloadtcl-1cef76ad80d6149f88045643ac2eade9d6c9384b.zip
tcl-1cef76ad80d6149f88045643ac2eade9d6c9384b.tar.gz
tcl-1cef76ad80d6149f88045643ac2eade9d6c9384b.tar.bz2
Fix comment
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r--generic/tclNamesp.c3
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...?