diff options
| -rw-r--r-- | src/keymap.c | 2 |
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. | |||
| 973 | KEY is a string or a vector of symbols and characters meaning a | 973 | KEY is a string or a vector of symbols and characters meaning a |
| 974 | sequence of keystrokes and events. Non-ASCII characters with codes | 974 | sequence of keystrokes and events. Non-ASCII characters with codes |
| 975 | above 127 (such as ISO Latin-1) can be included if you use a vector. | 975 | above 127 (such as ISO Latin-1) can be included if you use a vector. |
| 976 | Using [t] for KEY creates a default definition, which applies to any | ||
| 977 | event type that has no other definition in thus keymap. | ||
| 976 | 978 | ||
| 977 | DEF is anything that can be a key's definition: | 979 | DEF 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), |