diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 6bf50cb18f6..9820d03f80b 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -974,7 +974,7 @@ 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 | 976 | Using [t] for KEY creates a default definition, which applies to any |
| 977 | event type that has no other definition in thus keymap. | 977 | event type that has no other definition in this keymap. |
| 978 | 978 | ||
| 979 | DEF is anything that can be a key's definition: | 979 | DEF is anything that can be a key's definition: |
| 980 | nil (means key is undefined in this keymap), | 980 | nil (means key is undefined in this keymap), |