diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-09-30 08:03:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-09-30 08:03:06 (GMT) |
commit | 9a44b606e87dbbe08bf4432e1f762ef9c4cb2423 (patch) | |
tree | 40f109a987d6be483605a353ae0f1d90e4105457 /doc | |
parent | 8cb8adf9b774896e0cefc9e4b7e1d58810238ee9 (diff) | |
parent | 01cdc3483c579a93a9b407e6f070694fea2abb32 (diff) | |
download | tcl-9a44b606e87dbbe08bf4432e1f762ef9c4cb2423.zip tcl-9a44b606e87dbbe08bf4432e1f762ef9c4cb2423.tar.gz tcl-9a44b606e87dbbe08bf4432e1f762ef9c4cb2423.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/msgcat.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/msgcat.n b/doc/msgcat.n index 1384fa8..ac6dde7 100644 --- a/doc/msgcat.n +++ b/doc/msgcat.n @@ -735,7 +735,7 @@ To register to a callback, use: namespace eval gui { msgcat::mcpackageconfig changecmd updateGUI - proc updateGui args { + proc updateGUI args { puts "New locale is '[lindex $args 0]'." } } @@ -769,7 +769,7 @@ msgcat::mcpackageconfig unknowncmd "" .CE As an example, the user requires the week day in a certain locale as follows: .CS -clock format clock seconds -format %A -locale fr +clock format [clock seconds] -format %A -locale fr .CE \fBclock\fR sets the package locale to \fBfr\fR and looks for the day name as follows: .CS |