mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Doc fix.
This commit is contained in:
parent
d367fa7149
commit
1433a22243
6 changed files with 49 additions and 44 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue