* lisp/subr.el (event-modifiers): Fix "missing modifier" part of docstring.
Fixes: debbugs:9356
This commit is contained in:
parent
5664fa7b04
commit
b1a4f8e1d8
2 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
|||
2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* subr.el (event-modifiers): Fix "missing modifier" part of docstring
|
||||
(bug#9356).
|
||||
|
||||
2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
|
||||
|
||||
* vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring (bug#9369).
|
||||
* vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
|
||||
|
||||
2011-08-29 Juri Linkov <juri@jurta.org>
|
||||
|
||||
|
|
|
@ -888,8 +888,8 @@ The elements of the list may include `meta', `control',
|
|||
and `down'.
|
||||
EVENT may be an event or an event type. If EVENT is a symbol
|
||||
that has never been used in an event that has been read as input
|
||||
in the current Emacs session, then this function can return nil,
|
||||
even when EVENT actually has modifiers."
|
||||
in the current Emacs session, then this function may fail to include
|
||||
the `click' modifier."
|
||||
(let ((type event))
|
||||
(if (listp type)
|
||||
(setq type (car type)))
|
||||
|
|
Loading…
Add table
Reference in a new issue