mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
* src/doc.c (Fsubstitute_command_keys): Revert last change.
This commit is contained in:
parent
ab896c37a8
commit
64348f4010
@ -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
|
||||
|
@ -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. */)
|
||||
|
Loading…
Reference in New Issue
Block a user