diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-05 20:54:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-05 20:54:47 (GMT) |
commit | 5fcc82ee3020de5dcf7ff55a086f396c0ddba39e (patch) | |
tree | 6bfb2efb5bfbf9f7becd40b1e62df97e9a14a86e /doc/CrtObjCmd.3 | |
parent | 7aa7d273bd92aa42ff8db0b007538b7619edcc95 (diff) | |
download | tcl-5fcc82ee3020de5dcf7ff55a086f396c0ddba39e.zip tcl-5fcc82ee3020de5dcf7ff55a086f396c0ddba39e.tar.gz tcl-5fcc82ee3020de5dcf7ff55a086f396c0ddba39e.tar.bz2 |
Remove reference to totally non-existant API. [Bug 848440]
Diffstat (limited to 'doc/CrtObjCmd.3')
-rw-r--r-- | doc/CrtObjCmd.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtObjCmd.3 b/doc/CrtObjCmd.3 index 669a655..90cdab6 100644 --- a/doc/CrtObjCmd.3 +++ b/doc/CrtObjCmd.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtObjCmd.3,v 1.7 2002/05/17 00:26:53 jenglish Exp $ +'\" RCS: @(#) $Id: CrtObjCmd.3,v 1.7.2.1 2004/05/05 20:54:47 dkf Exp $ '\" .so man.macros .TH Tcl_CreateObjCommand 3 8.0 Tcl "Tcl Library Procedures" @@ -275,7 +275,7 @@ ClientData for its command procedure. .PP Note that neither \fBTcl_SetCommandInfo\fR nor \fBTcl_SetCommandInfoFromToken\fR will change a command's namespace. -You must use \fBTcl_RenameCommand\fR to do that. +Use \fBTcl_Eval\fR to call the \fBrename\fR command to do that. .PP \fBTcl_GetCommandName\fR provides a mechanism for tracking commands that have been renamed. |