diff options
author | bch <brad.harder@gmail.com> | 2022-05-27 00:21:51 (GMT) |
---|---|---|
committer | bch <brad.harder@gmail.com> | 2022-05-27 00:21:51 (GMT) |
commit | 0cdb72e2c3cb4bc204ea8b2b9af2c5315e419107 (patch) | |
tree | 2c0c79d81baf6cbcd1dfb9bf5f7dac320e93d233 | |
parent | 54f8e4453de7195ba93211ba1b84dabe59a24a39 (diff) | |
download | tcl-0cdb72e2c3cb4bc204ea8b2b9af2c5315e419107.zip tcl-0cdb72e2c3cb4bc204ea8b2b9af2c5315e419107.tar.gz tcl-0cdb72e2c3cb4bc204ea8b2b9af2c5315e419107.tar.bz2 |
msgcat documentation: reflect code
-rw-r--r-- | doc/msgcat.n | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/msgcat.n b/doc/msgcat.n index 76d275b..c39dc87 100644 --- a/doc/msgcat.n +++ b/doc/msgcat.n @@ -224,9 +224,7 @@ As an example, the user may prefer French or English text. This may be configure This group of commands manage the list of loaded locales for packages not setting a package locale. .PP .RS -The subcommand \fBget\fR returns the list of currently loaded locales. -.PP -The subcommand \fBpresent\fR requires the argument \fIlocale\fR and returns true, if this locale is loaded. +The subcommand \fBloaded\fR returns the list of currently loaded locales. .PP The subcommand \fBclear\fR removes all locales and their data, which are not in the current preference list. .RE @@ -235,7 +233,7 @@ The subcommand \fBclear\fR removes all locales and their data, which are not in . .VS "TIP 412" Searches the specified directory for files that match -the language specifications returned by \fB::msgcat::mcloadedlocales get\fR +the language specifications returned by \fB::msgcat::mcloadedlocales loaded\fR (or \fBmsgcat::mcpackagelocale preferences\fR if a package locale is set) (note that these are all lowercase), extended by the file extension .QW .msg . Each matching file is |