(Fdefine_key): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 2 Jul 2002 19:13:12 +0000 (19:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 2 Jul 2002 19:13:12 +0000 (19:13 +0000)
src/keymap.c

index b312d25..24252e0 100644 (file)
@@ -973,6 +973,8 @@ KEYMAP is a keymap.
 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),