Comment change.
This commit is contained in:
parent
c86b6d4435
commit
995b296f03
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ the call to the function. If REPEAT is nil or 0, call it just once.
|
|||
This function returns a timer object which you can use in `cancel-timer'."
|
||||
(interactive "sRun at time: \nNRepeat interval: \naFunction: ")
|
||||
|
||||
;; Special case: nil means "now" and is useful when repeting.
|
||||
;; Special case: nil means "now" and is useful when repeating.
|
||||
(if (null time)
|
||||
(setq time (current-time)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue