diff options
author | dgp <dgp@users.sourceforge.net> | 2018-05-02 13:53:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-05-02 13:53:48 (GMT) |
commit | ce396e8f6836c2129f5c84f49dd65f45f20543b3 (patch) | |
tree | 33058edaf2cc7540218959304eff17f1379e1b7d | |
parent | c326a211315ea119c01d51afeeb0378297100999 (diff) | |
parent | ccf2e7a979191fadc531cc0776a96ba26a6f9770 (diff) | |
download | tcl-ce396e8f6836c2129f5c84f49dd65f45f20543b3.zip tcl-ce396e8f6836c2129f5c84f49dd65f45f20543b3.tar.gz tcl-ce396e8f6836c2129f5c84f49dd65f45f20543b3.tar.bz2 |
close fork
-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. |