Mercurial > emacs
changeset 68784:768bd941cf0d
(Fsubstitute_command_keys): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 11 Feb 2006 00:04:32 +0000 |
parents | 86813076a765 |
children | b3bce12214a9 |
files | src/doc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/doc.c Fri Feb 10 23:43:02 2006 +0000 +++ b/src/doc.c Sat Feb 11 00:04:32 2006 +0000 @@ -739,7 +739,7 @@ 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;