summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 01fa74e..c8a732e 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -2444,7 +2444,6 @@ Tcl_CreateCommand(
* Side effects:
* If a command named "cmdName" already exists for interp, it is
* first deleted. Then the new command is created from the arguments.
- * [***] (See below for exception).
*
* In the future, during bytecode evaluation when "cmdName" is seen as
* the name of a command by Tcl_EvalObj or Tcl_Eval, the object-based