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:
parent
0732dfa5c1
commit
9ed287b041
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user