From cec04fb220601bdc653a44b007316a7e53663921 Mon Sep 17 00:00:00 2001 From: Kelly Dean Date: Mon, 16 Feb 2015 04:15:21 +0000 Subject: [PATCH] * src/keyboard.c (timer_check_2): Fix incorrect comment --- src/ChangeLog | 4 ++++ src/keyboard.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)) { -- 2.39.2