]> code.delx.au - gnu-emacs/commitdiff
* src/keyboard.c (timer_check_2): Fix incorrect comment
authorKelly Dean <kelly@prtime.org>
Mon, 16 Feb 2015 04:15:21 +0000 (04:15 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 18 Feb 2015 00:08:51 +0000 (22:08 -0200)
src/ChangeLog
src/keyboard.c

index c89fa60a5b50d6b8103a459014b1b7175caea860..76e195605fdbcefe7654a49d6f9bba26e0b5dd97 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-16  Kelly Dean  <kelly@prtime.org>
+
+       * src/keyboard.c (timer_check_2): Fix incorrect comment.
+
 2015-02-14  Martin Rudalics  <rudalics@gmx.at>
 
        * xterm.c (x_frame_normalize_before_maximize): Fix doc-string.
index bcb51cfa1f229d03622f93b67c2889677de1a72b..ac70062a79b9a35b1f957988472c790ea61f618e 100644 (file)
@@ -4441,7 +4441,7 @@ timer_check_2 (Lisp_Object timers, Lisp_Object idle_timers)
       /* Set TIMER and TIMER_DIFFERENCE
         based on the next ordinary timer.
         TIMER_DIFFERENCE is the distance in time from NOW to when
-        this timer becomes ripe (negative if it's already ripe).
+        this timer becomes ripe.
          Skip past invalid timers and timers already handled.  */
       if (CONSP (timers))
        {