diff options
author | Miles Bader <miles@gnu.org> | 2006-02-14 05:54:12 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-02-14 05:54:12 +0000 |
commit | 8ca0206d9420c56dc970535f35e71a28d601b205 (patch) | |
tree | c759b5c3d10281861bd3c3772b38bebd625c2419 /src/doc.c | |
parent | 0b125475295ac24db12b28e67d349a0ec0020bd3 (diff) | |
parent | dd60bebe07d9fc5a6954d306269553d09e715de2 (diff) | |
download | emacs-8ca0206d9420c56dc970535f35e71a28d601b205.tar.gz |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-15
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 66-84)
- Update from CVS
- rcirc: Add flexible response formatting; Add nick abbrevs
- Merge from gnus--rel--5.10
- Update from CVS: man/dired.texi (Tumme): More tumme documentation.
- Merge from erc--emacs--0
- Make ERC comply with the new copyright year guidelines.
- (rcirc-format-response-string): Fix small bugs
- Fix compiler error in erc-dcc.el.
* gnus--rel--5.10 (patch 29)
- Add sendmail.el and smptmail.el from Emacs tree to contrib/
Diffstat (limited to 'src/doc.c')
-rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c index 19c03a7a71d..a69c3cf4382 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 \\=\\<MAPVAR> specify to use the value of MAPVAR as the keymap for future \\=\\[COMMAND] substrings. \\=\\= quotes the following character and is discarded; |