]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsubstitute_command_keys): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 11 Feb 2006 00:04:32 +0000 (00:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 11 Feb 2006 00:04:32 +0000 (00:04 +0000)
src/doc.c

index 0e1042b95a58ff75e92426ea50cb1141fad53f1e..3dd5622d9df52426517473f13b94e863c7a07b1e 100644 (file)
--- 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 \\=\\<MAPVAR> specify to use the value of MAPVAR
 as the keymap for future \\=\\[COMMAND] substrings.
 \\=\\= quotes the following character and is discarded;