summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-09-18 15:00:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-09-18 15:00:58 (GMT)
commit14ca90153204a94f43f6f65166d2caa82849c344 (patch)
tree8feafb8ddfae77469c39e94a3cb893344ee85611 /generic/tclCmdMZ.c
parentde829f7b610dede86318f0a20d87aeaa55d20ffb (diff)
downloadtcl-14ca90153204a94f43f6f65166d2caa82849c344.zip
tcl-14ca90153204a94f43f6f65166d2caa82849c344.tar.gz
tcl-14ca90153204a94f43f6f65166d2caa82849c344.tar.bz2
remove outdated commentary
Diffstat (limited to 'generic/tclCmdMZ.c')
-rw-r--r--generic/tclCmdMZ.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c
index de8740d..5e7b212 100644
--- a/generic/tclCmdMZ.c
+++ b/generic/tclCmdMZ.c
@@ -15,7 +15,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCmdMZ.c,v 1.163 2007/12/13 15:23:15 dgp Exp $
+ * RCS: @(#) $Id: tclCmdMZ.c,v 1.163.2.1 2008/09/18 15:00:58 dgp Exp $
*/
#include "tclInt.h"
@@ -1096,8 +1096,7 @@ Tcl_SplitObjCmd(
* StringFirstCmd --
*
* This procedure is invoked to process the "string first" Tcl command.
- * See the user documentation for details on what it does. Note that this
- * command only functions correctly on properly formed Tcl UTF strings.
+ * See the user documentation for details on what it does.
*
* Results:
* A standard Tcl result.
@@ -1203,8 +1202,7 @@ StringFirstCmd(
* StringLastCmd --
*
* This procedure is invoked to process the "string last" Tcl command.
- * See the user documentation for details on what it does. Note that this
- * command only functions correctly on properly formed Tcl UTF strings.
+ * See the user documentation for details on what it does.
*
* Results:
* A standard Tcl result.