Mercurial > emacs
changeset 6725:e044bd05a1da
(define-key-after): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 07 Apr 1994 07:18:20 +0000 |
parents | 6728ad7f85e9 |
children | d6bc6057d197 |
files | lisp/subr.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)