mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(Fsubstitute_command_keys): Doc fix.
This commit is contained in:
parent
2f8953c274
commit
04bf678313
1 changed files with 1 additions and 1 deletions
|
|
@ -739,7 +739,7 @@ Substrings of the form \\=\\[COMMAND] replaced by either: a keystroke
|
|||
sequence that will invoke COMMAND, or "M-x COMMAND" if COMMAND is not
|
||||
on any keys.
|
||||
Substrings of the form \\=\\{MAPVAR} are replaced by summaries
|
||||
\(made by describe-bindings) of the value of MAPVAR, taken as a keymap.
|
||||
\(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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue