aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-02 19:13:12 +0000
committerRichard M. Stallman2002-07-02 19:13:12 +0000
commitbbc4541dcf9ee857a2d210360ef6a33a0bb7fd29 (patch)
tree98835447d31e447fde7c72f1f38c2d9cfc8acf89
parent5dbb3f46939d7ab0d1e4d292c3fdae6f72e16cb7 (diff)
downloademacs-bbc4541dcf9ee857a2d210360ef6a33a0bb7fd29.tar.gz
emacs-bbc4541dcf9ee857a2d210360ef6a33a0bb7fd29.zip
(Fdefine_key): Doc fix.
-rw-r--r--src/keymap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keymap.c b/src/keymap.c
index b312d2516b8..24252e0b117 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -973,6 +973,8 @@ KEYMAP is a keymap.
973KEY is a string or a vector of symbols and characters meaning a 973KEY is a string or a vector of symbols and characters meaning a
974sequence of keystrokes and events. Non-ASCII characters with codes 974sequence of keystrokes and events. Non-ASCII characters with codes
975above 127 (such as ISO Latin-1) can be included if you use a vector. 975above 127 (such as ISO Latin-1) can be included if you use a vector.
976Using [t] for KEY creates a default definition, which applies to any
977event type that has no other definition in thus keymap.
976 978
977DEF is anything that can be a key's definition: 979DEF is anything that can be a key's definition:
978 nil (means key is undefined in this keymap), 980 nil (means key is undefined in this keymap),