# HG changeset patch # User Kai Grojohann # Date 1045672041 0 # Node ID 466824c9db4a6c7ca07373c2fd43da508a6c5ce9 # Parent 7d1e7bfdaa55b9c3d74e60e890543af37b224645 Typo in docstring for define-key. diff -r 7d1e7bfdaa55 -r 466824c9db4a src/keymap.c --- a/src/keymap.c Wed Feb 19 13:07:30 2003 +0000 +++ b/src/keymap.c Wed Feb 19 16:27:21 2003 +0000 @@ -974,7 +974,7 @@ 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),