aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorKai Großjohann2003-02-19 16:27:21 +0000
committerKai Großjohann2003-02-19 16:27:21 +0000
commit642393416300a40d5ee7181a65b252fef1bb0196 (patch)
tree85c313f1b469108c985432f70c47fd2fd77032e5 /src/keymap.c
parent77d1daf2e83e80689b88b443e6a185b903f2e143 (diff)
downloademacs-642393416300a40d5ee7181a65b252fef1bb0196.tar.gz
emacs-642393416300a40d5ee7181a65b252fef1bb0196.zip
Typo in docstring for define-key.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
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
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 976Using [t] for KEY creates a default definition, which applies to any
977event type that has no other definition in thus keymap. 977event type that has no other definition in this keymap.
978 978
979DEF is anything that can be a key's definition: 979DEF 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),