summaryrefslogtreecommitdiff
path: root/src/keymap.c
diff options
context:
space:
mode:
authorKai Großjohann <kgrossjo@eu.uu.net>2003-02-19 16:27:21 +0000
committerKai Großjohann <kgrossjo@eu.uu.net>2003-02-19 16:27:21 +0000
commit9bc1526d1e91646ef936c770762038e337ac3d67 (patch)
tree41ed2053ba9c323e54c15f96485027e5d27054ce /src/keymap.c
parent3a37af9a76861c1885b3bdb6f24687f8ecbd7732 (diff)
downloademacs-9bc1526d1e91646ef936c770762038e337ac3d67.tar.gz
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
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.
+event type that has no other definition in this keymap.
DEF is anything that can be a key's definition:
nil (means key is undefined in this keymap),