emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cec04fb 1/8: * src/keyboard.c (timer_check_2): Fix


From: Artur Malabarba
Subject: [Emacs-diffs] master cec04fb 1/8: * src/keyboard.c (timer_check_2): Fix incorrect comment
Date: Tue, 17 Feb 2015 23:17:55 +0000

branch: master
commit cec04fb220601bdc653a44b007316a7e53663921
Author: Kelly Dean <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * src/keyboard.c (timer_check_2): Fix incorrect comment
---
 src/ChangeLog  |    4 ++++
 src/keyboard.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index c89fa60..76e1956 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-16  Kelly Dean  <address@hidden>
+
+       * src/keyboard.c (timer_check_2): Fix incorrect comment.
+
 2015-02-14  Martin Rudalics  <address@hidden>
 
        * xterm.c (x_frame_normalize_before_maximize): Fix doc-string.
diff --git a/src/keyboard.c b/src/keyboard.c
index bcb51cf..ac70062 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -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))
        {



reply via email to

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