aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/timer.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/timer.el')
-rw-r--r--lisp/timer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/timer.el b/lisp/timer.el
index 3131fe3c175..b7db0d01dc1 100644
--- a/lisp/timer.el
+++ b/lisp/timer.el
@@ -261,7 +261,7 @@ TIME is a time-list."
261 (let ((high (- (car time) (aref timer 1))) 261 (let ((high (- (car time) (aref timer 1)))
262 (low (- (nth 1 time) (aref timer 2)))) 262 (low (- (nth 1 time) (aref timer 2))))
263 (+ low (* high 65536)))) 263 (+ low (* high 65536))))
264 264
265(defun timer-event-handler (timer) 265(defun timer-event-handler (timer)
266 "Call the handler for the timer TIMER. 266 "Call the handler for the timer TIMER.
267This function is called, by name, directly by the C code." 267This function is called, by name, directly by the C code."