Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1ce4cf38
Commit
1ce4cf38
authored
May 22, 1993
by
Richard M. Stallman
Browse files
(event-modifiers): Doc fix.
parent
738429d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/subr.el
lisp/subr.el
+1
-2
No files found.
lisp/subr.el
View file @
1ce4cf38
...
...
@@ -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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment