# HG changeset patch # User Richard M. Stallman # Date 765703100 0 # Node ID e044bd05a1da21e94c657383dc59cd55260c2a7c # Parent 6728ad7f85e9831232f61fb2f2fa1bbeb3c9f525 (define-key-after): Doc fix. diff -r 6728ad7f85e9 -r e044bd05a1da lisp/subr.el --- a/lisp/subr.el Thu Apr 07 07:09:16 1994 +0000 +++ b/lisp/subr.el Thu Apr 07 07:18:20 1994 +0000 @@ -217,8 +217,8 @@ just after the binding for the event AFTER, instead of at the beginning of the map. The order matters when the keymap is used as a menu. -KEY must contain just one event type--it must be a string or vector -of length 1." +KEY must contain just one event type--that is to say, it must be +a string or vector of length 1." (or (keymapp keymap) (signal 'wrong-type-argument (list 'keymapp keymap))) (if (> (length key) 1)