aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-02-11 00:04:32 +0000
committerJuanma Barranquero2006-02-11 00:04:32 +0000
commit04bf678313e88efb5ed46b3d07e1a43b69ef04bb (patch)
tree1dd9385297e8c397689d13b39eff5d75f1dec9b0
parent2f8953c2746d8afb43a969cbcd4345686504ace5 (diff)
downloademacs-04bf678313e88efb5ed46b3d07e1a43b69ef04bb.tar.gz
emacs-04bf678313e88efb5ed46b3d07e1a43b69ef04bb.zip
(Fsubstitute_command_keys): Doc fix.
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
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
739sequence that will invoke COMMAND, or "M-x COMMAND" if COMMAND is not 739sequence that will invoke COMMAND, or "M-x COMMAND" if COMMAND is not
740on any keys. 740on any keys.
741Substrings of the form \\=\\{MAPVAR} are replaced by summaries 741Substrings of the form \\=\\{MAPVAR} are replaced by summaries
742\(made by describe-bindings) of the value of MAPVAR, taken as a keymap. 742\(made by `describe-bindings') of the value of MAPVAR, taken as a keymap.
743Substrings of the form \\=\\<MAPVAR> specify to use the value of MAPVAR 743Substrings of the form \\=\\<MAPVAR> specify to use the value of MAPVAR
744as the keymap for future \\=\\[COMMAND] substrings. 744as the keymap for future \\=\\[COMMAND] substrings.
745\\=\\= quotes the following character and is discarded; 745\\=\\= quotes the following character and is discarded;