diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2018-05-02 12:22:44 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2018-05-02 12:22:44 (GMT) |
commit | ccf2e7a979191fadc531cc0776a96ba26a6f9770 (patch) | |
tree | c94b7b992407db2c33d634e6d004692b15432b53 | |
parent | ddb7bbe66c5b805d02fc11f55c53e909e1af45ac (diff) | |
download | tcl-ccf2e7a979191fadc531cc0776a96ba26a6f9770.zip tcl-ccf2e7a979191fadc531cc0776a96ba26a6f9770.tar.gz tcl-ccf2e7a979191fadc531cc0776a96ba26a6f9770.tar.bz2 |
Syntax error in msgcat documentation fixed. Ticket [af69c6966d]
-rw-r--r-- | doc/msgcat.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/msgcat.n b/doc/msgcat.n index 9074725..3d87ffd 100644 --- a/doc/msgcat.n +++ b/doc/msgcat.n @@ -128,8 +128,8 @@ Given several source strings, \fB::msgcat::mcmax\fR returns the length of the longest translated string. This is useful when designing localized GUIs, which may require that all buttons, for example, be a fixed width (which will be the width of the widest button). -.TP .VS "TIP 412" +.TP \fB::msgcat::mcexists\fR ?\fB-exactnamespace\fR? ?\fB-exactlocale\fR? ?\fB-namespace\fR \fInamespace\fR? \fIsrc-string\fR . Return true, if there is a translation for the given \fIsrc-string\fR. |