comparison src/doc.c @ 90296:d57ee9eab157

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/
author Miles Bader <miles@gnu.org>
date Tue, 14 Feb 2006 05:54:12 +0000
parents 4b3d39451150
children 8a8e69664178
comparison
equal deleted inserted replaced
90295:4b3d39451150 90296:d57ee9eab157
737 doc: /* Substitute key descriptions for command names in STRING. 737 doc: /* Substitute key descriptions for command names in STRING.
738 Substrings of the form \\=\\[COMMAND] replaced by either: a keystroke 738 Substrings of the form \\=\\[COMMAND] replaced by either: a keystroke
739 sequence that will invoke COMMAND, or "M-x COMMAND" if COMMAND is not 739 sequence that will invoke COMMAND, or "M-x COMMAND" if COMMAND is not
740 on any keys. 740 on any keys.
741 Substrings of the form \\=\\{MAPVAR} are replaced by summaries 741 Substrings 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.
743 Substrings of the form \\=\\<MAPVAR> specify to use the value of MAPVAR 743 Substrings of the form \\=\\<MAPVAR> specify to use the value of MAPVAR
744 as the keymap for future \\=\\[COMMAND] substrings. 744 as the keymap for future \\=\\[COMMAND] substrings.
745 \\=\\= quotes the following character and is discarded; 745 \\=\\= quotes the following character and is discarded;
746 thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ into the output. 746 thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ into the output.
747 747