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