]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/subr.el (event-modifiers): Fix "missing modifier" part of docstring.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Aug 2011 14:50:02 +0000 (10:50 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Aug 2011 14:50:02 +0000 (10:50 -0400)
Fixes: debbugs:9356
lisp/ChangeLog
lisp/subr.el

index d9fe242e9b201b262e3b73deeacc71f85120b161..39cc42477e2b1e99f28f2774de1d7b6ec99cc3be 100644 (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>
 
index 9aa895b0e9436eba7ed1340d8858b947b5365aa2..b49a20e7f6e0705eebe747533bc526cc465f410b 100644 (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)))