summaryrefslogtreecommitdiffstats
path: root/doc/msgcat.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-09-30 08:03:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-09-30 08:03:06 (GMT)
commit9a44b606e87dbbe08bf4432e1f762ef9c4cb2423 (patch)
tree40f109a987d6be483605a353ae0f1d90e4105457 /doc/msgcat.n
parent8cb8adf9b774896e0cefc9e4b7e1d58810238ee9 (diff)
parent01cdc3483c579a93a9b407e6f070694fea2abb32 (diff)
downloadtcl-9a44b606e87dbbe08bf4432e1f762ef9c4cb2423.zip
tcl-9a44b606e87dbbe08bf4432e1f762ef9c4cb2423.tar.gz
tcl-9a44b606e87dbbe08bf4432e1f762ef9c4cb2423.tar.bz2
Merge 8.6
Diffstat (limited to 'doc/msgcat.n')
-rw-r--r--doc/msgcat.n4
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