1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
This commit is contained in:
Christopher Zaborsky 1992-11-10 20:01:10 +00:00
parent d367fa7149
commit 1433a22243
6 changed files with 49 additions and 44 deletions

View file

@ -87,7 +87,7 @@ the call to the function. If REPEAT is nil, call it just once."
(setq timer-process nil timer-alist nil))))
(defun cancel-timer (function)
"Cancel all events scheduled by ``run-at-time'' which would run FUNCTION."
"Cancel all events scheduled by `run-at-time' which would run FUNCTION."
(interactive "aCancel function: ")
(let ((alist timer-alist))
(while alist