* src/doc.c (Fsubstitute_command_keys): Revert last change.
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 15 Jul 2011 15:31:36 +0000 (17:31 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 15 Jul 2011 15:31:36 +0000 (17:31 +0200)
src/ChangeLog
src/doc.c

index 75de3e4..8b9f293 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * doc.c (Fsubstitute_command_keys): Revert last change.
+
 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * doc.c (Fsubstitute_command_keys): Clarify that \= really only
index 5a8dc3c..69646f5 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -702,8 +702,8 @@ Substrings of the form \\=\\{MAPVAR} are replaced by summaries
 \(made by `describe-bindings') of the value of MAPVAR, taken as a keymap.
 Substrings of the form \\=\\<MAPVAR> specify to use the value of MAPVAR
 as the keymap for future \\=\\[COMMAND] substrings.
-\\=\\= quotes the following character and is discarded.
-In particular, \\=\\=\\ puts \\ into the output.
+\\=\\= quotes the following character and is discarded;
+thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ into the output.
 
 Returns original STRING if no substitutions were made.  Otherwise,
 a new string, without any text properties, is returned.  */)