emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105616: * lisp/subr.el (event-modifi


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105616: * lisp/subr.el (event-modifiers): Fix "missing modifier" part of docstring.
Date: Tue, 30 Aug 2011 10:50:02 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105616
fixes bug(s): http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9356
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Tue 2011-08-30 10:50:02 -0400
message:
  * lisp/subr.el (event-modifiers): Fix "missing modifier" part of docstring.
modified:
  lisp/ChangeLog
  lisp/subr.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-08-30 14:40:51 +0000
+++ b/lisp/ChangeLog    2011-08-30 14:50:02 +0000
@@ -1,6 +1,11 @@
+2011-08-30  Stefan Monnier  <address@hidden>
+
+       * subr.el (event-modifiers): Fix "missing modifier" part of docstring
+       (bug#9356).
+
 2011-08-30  Reuben Thomas  <address@hidden>  (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  <address@hidden>
 

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2011-08-18 15:53:29 +0000
+++ b/lisp/subr.el      2011-08-30 14:50:02 +0000
@@ -888,8 +888,8 @@
 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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]