aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-15 16:31:14 +0200
committerLars Magne Ingebrigtsen2011-07-15 16:31:14 +0200
commitf863868c450935385e5483c2e170fa7eb5799327 (patch)
tree136e22af7afe6df9ff64d7daf0258948136e6ed5 /src/doc.c
parent3aa5f34b9ba4b34132ae8f971c5820175f868489 (diff)
downloademacs-f863868c450935385e5483c2e170fa7eb5799327.tar.gz
emacs-f863868c450935385e5483c2e170fa7eb5799327.zip
Clarify that \= only quotes the next character
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc.c b/src/doc.c
index 69646f5af51..5a8dc3ce37c 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -702,8 +702,8 @@ Substrings of the form \\=\\{MAPVAR} are replaced by summaries
702\(made by `describe-bindings') of the value of MAPVAR, taken as a keymap. 702\(made by `describe-bindings') of the value of MAPVAR, taken as a keymap.
703Substrings of the form \\=\\<MAPVAR> specify to use the value of MAPVAR 703Substrings of the form \\=\\<MAPVAR> specify to use the value of MAPVAR
704as the keymap for future \\=\\[COMMAND] substrings. 704as the keymap for future \\=\\[COMMAND] substrings.
705\\=\\= quotes the following character and is discarded; 705\\=\\= quotes the following character and is discarded.
706thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ into the output. 706In particular, \\=\\=\\ puts \\ into the output.
707 707
708Returns original STRING if no substitutions were made. Otherwise, 708Returns original STRING if no substitutions were made. Otherwise,
709a new string, without any text properties, is returned. */) 709a new string, without any text properties, is returned. */)