help/config: reword committemplate multibyte character text
authortimeless@mozdev.org
Fri, 04 Sep 2015 05:40:37 -0400
changeset 26281 5cac3bdb3c67
parent 26280 5edf3dccb6f7
child 26282 436f5ab16079
help/config: reword committemplate multibyte character text
mercurial/help/config.txt
--- a/mercurial/help/config.txt	Fri Aug 28 15:43:14 2015 -0400
+++ b/mercurial/help/config.txt	Fri Sep 04 05:40:37 2015 -0400
@@ -392,10 +392,10 @@
    detail), this customization should be configured carefully, to
    avoid showing broken characters.
 
-   For example, if multibyte character ending with backslash (0x5c) is
-   followed by ASCII character 'n' in the customized template,
-   sequence of backslash and 'n' is treated as line-feed unexpectedly
-   (and multibyte character is broken, too).
+   For example, if a multibyte character ending with backslash (0x5c) is
+   followed by the ASCII character 'n' in the customized template,
+   the sequence of backslash and 'n' is treated as line-feed unexpectedly
+   (and the multibyte character is broken, too).
 
 Customized template is used for commands below (``--edit`` may be
 required):