aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/timer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/timer.el b/lisp/timer.el
index ebf52a85790..1761ecc8759 100644
--- a/lisp/timer.el
+++ b/lisp/timer.el
@@ -286,7 +286,7 @@ This function returns a timer object which you can use in `cancel-timer'."
286 (error "Invalid time format")) 286 (error "Invalid time format"))
287 287
288 (or (null repeat) 288 (or (null repeat)
289 (natnump repeat) 289 (numberp repeat)
290 (error "Invalid repetition interval")) 290 (error "Invalid repetition interval"))
291 291
292 (let ((timer (timer-create))) 292 (let ((timer (timer-create)))