diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-18 09:26:46 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-18 09:26:46 (GMT) |
| commit | aabb871859e4ba0921cac811a30d53e6a88a208f (patch) | |
| tree | b348713f636756e6a97ad252df592c33492a0e9a /generic/tclClock.c | |
| parent | 60f0b0becd3d392dfdc4c48c5a08f82ef9efcd8c (diff) | |
| download | tcl-aabb871859e4ba0921cac811a30d53e6a88a208f.zip tcl-aabb871859e4ba0921cac811a30d53e6a88a208f.tar.gz tcl-aabb871859e4ba0921cac811a30d53e6a88a208f.tar.bz2 | |
Make "clock configure" an internal command "::tcl::clock::configure"
Diffstat (limited to 'generic/tclClock.c')
| -rw-r--r-- | generic/tclClock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c index a4d2ab7..af977eb 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -942,7 +942,7 @@ TimezoneLoaded( * * ClockConfigureObjCmd -- * - * This function is invoked to process the Tcl "clock configure" command. + * This function is invoked to process the Tcl "::clock::configure" (internal) command. * * Usage: * ::tcl::clock::configure ?-option ?value?? |
