changeset 26281:5cac3bdb3c67

help/config: reword committemplate multibyte character text
author timeless@mozdev.org
date Fri, 04 Sep 2015 05:40:37 -0400
parents 5edf3dccb6f7
children 436f5ab16079
files mercurial/help/config.txt
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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):