summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-12-08 18:13:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-12-08 18:13:40 (GMT)
commit663ddf0e85629ebc17b2b0a161119f97df0f9e97 (patch)
tree87cf4308c186b7c66cc2dc98ad9df469287700e4 /generic/tclBasic.c
parent2904158a955ce9de68ba2adf6f4d208ac0d4d1fb (diff)
downloadtcl-663ddf0e85629ebc17b2b0a161119f97df0f9e97.zip
tcl-663ddf0e85629ebc17b2b0a161119f97df0f9e97.tar.gz
tcl-663ddf0e85629ebc17b2b0a161119f97df0f9e97.tar.bz2
Match docs and reality. [Bug 1662436]
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 26b0911..bd0802d 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -14,7 +14,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclBasic.c,v 1.287 2007/12/06 16:14:32 dkf Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.288 2007/12/08 18:13:43 dkf Exp $
*/
#include "tclInt.h"
@@ -205,7 +205,7 @@ static const CmdInfo builtInCmds[] = {
{"source", Tcl_SourceObjCmd, NULL, 0},
{"tell", Tcl_TellObjCmd, NULL, 1},
{"time", Tcl_TimeObjCmd, NULL, 1},
- {"unload", Tcl_UnloadObjCmd, NULL, 1},
+ {"unload", Tcl_UnloadObjCmd, NULL, 0},
{"update", Tcl_UpdateObjCmd, NULL, 1},
{"vwait", Tcl_VwaitObjCmd, NULL, 1},
{NULL, NULL, NULL, 0}