From: Juanma Barranquero Date: Sat, 11 Feb 2006 00:04:32 +0000 (+0000) Subject: (Fsubstitute_command_keys): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~4225 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04bf678313e88efb5ed46b3d07e1a43b69ef04bb;p=emacs.git (Fsubstitute_command_keys): Doc fix. --- diff --git a/src/doc.c b/src/doc.c index 0e1042b95a5..3dd5622d9df 100644 --- a/src/doc.c +++ b/src/doc.c @@ -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 \\=\\ specify to use the value of MAPVAR as the keymap for future \\=\\[COMMAND] substrings. \\=\\= quotes the following character and is discarded;