aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/doc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc.c b/src/doc.c
index e591ffca172..37a731bfcec 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -714,13 +714,13 @@ summary).
714Each substring of the form \\=\\<MAPVAR> specifies the use of MAPVAR 714Each substring of the form \\=\\<MAPVAR> specifies the use of MAPVAR
715as the keymap for future \\=\\[COMMAND] substrings. 715as the keymap for future \\=\\[COMMAND] substrings.
716 716
717Each \\=‘ and \\=` is replaced by left quote, and each \\=’ and \\=' 717Each grave accent \\=` is replaced by left quote, and each apostrophe \\='
718is replaced by right quote. Left and right quote characters are 718is replaced by right quote. Left and right quote characters are
719specified by `text-quoting-style'. 719specified by `text-quoting-style'.
720 720
721\\=\\= quotes the following character and is discarded; thus, 721\\=\\= quotes the following character and is discarded; thus, \\=\\=\\=\\= puts \\=\\=
722\\=\\=\\=\\= puts \\=\\= into the output, \\=\\=\\=\\[ puts \\=\\[ into the output, and 722into the output, \\=\\=\\=\\[ puts \\=\\[ into the output, and \\=\\=\\=` puts \\=` into the
723\\=\\=\\=` puts \\=` into the output. 723output.
724 724
725Return the original STRING if no substitutions are made. 725Return the original STRING if no substitutions are made.
726Otherwise, return a new string. */) 726Otherwise, return a new string. */)