From: Kelly Dean Date: Mon, 16 Feb 2015 04:15:21 +0000 (+0000) Subject: * src/keyboard.c (timer_check_2): Fix incorrect comment X-Git-Tag: emacs-25.0.90~2564^2~365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cec04fb220601bdc653a44b007316a7e53663921;p=emacs.git * src/keyboard.c (timer_check_2): Fix incorrect comment --- diff --git a/src/ChangeLog b/src/ChangeLog index c89fa60a5b5..76e195605fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2015-02-16 Kelly Dean + + * src/keyboard.c (timer_check_2): Fix incorrect comment. + 2015-02-14 Martin Rudalics * xterm.c (x_frame_normalize_before_maximize): Fix doc-string. diff --git a/src/keyboard.c b/src/keyboard.c index bcb51cfa1f2..ac70062a79b 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)) {