1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(define-key-after): Doc fix.

This commit is contained in:
Richard M. Stallman 1994-04-07 07:18:20 +00:00
parent 0732dfa5c1
commit 9ed287b041

View File

@ -217,8 +217,8 @@ This is like `define-key' except that the binding for KEY is placed
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)