From bf38c59275c24669896f970ab3f25770356f9c9a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 18 Jul 2002 15:02:00 +0000 Subject: [PATCH] (timer-inc-time): Doc fix. --- lisp/timer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/timer.el b/lisp/timer.el index 0ca97ca3aec..3131fe3c175 100644 --- a/lisp/timer.el +++ b/lisp/timer.el @@ -127,7 +127,7 @@ SECS may be a fraction." (defun timer-inc-time (timer secs &optional usecs) "Increment the time set in TIMER by SECS seconds and USECS microseconds. -SECS may be a fraction." +SECS may be a fraction. If USECS is omitted, that means it is zero." (let ((time (timer-relative-time (list (aref timer 1) (aref timer 2) (aref timer 3)) secs -- 2.39.5