1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(event-modifiers): Doc fix.

This commit is contained in:
Richard M. Stallman 1993-05-22 22:02:35 +00:00
parent 738429d120
commit 1ce4cf3878

View File

@ -252,8 +252,7 @@ The normal global definition of the character C-x indirects to this keymap.")
(defun event-modifiers (event)
"Returns a list of symbols representing the modifier keys in event EVENT.
The elements of the list may include `meta', `control',
`shift', `hyper', `super', `alt'.
See also the function `event-modifier-bits'."
`shift', `hyper', `super', `alt', `click', `drag', and `down'."
(let ((type event))
(if (listp type)
(setq type (car type)))