* lisp/subr.el (event-modifiers): Fix "missing modifier" part of docstring.

Fixes: debbugs:9356
This commit is contained in:
Stefan Monnier 2011-08-30 10:50:02 -04:00
parent 5664fa7b04
commit b1a4f8e1d8
2 changed files with 8 additions and 3 deletions

View file

@ -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>

View file

@ -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)))