From: Andreas Schwab Date: Fri, 15 Jul 2011 15:31:36 +0000 (+0200) Subject: * src/doc.c (Fsubstitute_command_keys): Revert last change. X-Git-Tag: emacs-pretest-24.0.90~104^2~245 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64348f40105be3d3fdd79662903b74a03edfe544;p=emacs.git * src/doc.c (Fsubstitute_command_keys): Revert last change. --- diff --git a/src/ChangeLog b/src/ChangeLog index 75de3e44123..8b9f2935347 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-07-15 Andreas Schwab + + * doc.c (Fsubstitute_command_keys): Revert last change. + 2011-07-15 Lars Magne Ingebrigtsen * doc.c (Fsubstitute_command_keys): Clarify that \= really only diff --git a/src/doc.c b/src/doc.c index 5a8dc3ce37c..69646f5af51 100644 --- 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 \\=\\ 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. */)