Mercurial > emacs
changeset 46142:03d01403f6b7
(Fdefine_key): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 Jul 2002 19:13:12 +0000 |
parents | c7c9340eeb69 |
children | 5023425b4a55 |
files | src/keymap.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keymap.c Tue Jul 02 19:11:38 2002 +0000 +++ b/src/keymap.c Tue Jul 02 19:13:12 2002 +0000 @@ -973,6 +973,8 @@ KEY is a string or a vector of symbols and characters meaning a sequence of keystrokes and events. Non-ASCII characters with codes above 127 (such as ISO Latin-1) can be included if you use a vector. +Using [t] for KEY creates a default definition, which applies to any +event type that has no other definition in thus keymap. DEF is anything that can be a key's definition: nil (means key is undefined in this keymap),