diff options
author | Christopher Zaborsky <rogue@erratum.com> | 1992-11-10 20:01:10 +0000 |
---|---|---|
committer | Christopher Zaborsky <rogue@erratum.com> | 1992-11-10 20:01:10 +0000 |
commit | 1433a22243951f8c4f0455cc91f551b5a08eaf48 (patch) | |
tree | 25284ae64d6133642de3865b8dd998328592476a /lisp/timer.el | |
parent | d367fa71492136cc7b38184a4f76becaac7d35dd (diff) | |
download | emacs-1433a22243951f8c4f0455cc91f551b5a08eaf48.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/timer.el')
-rw-r--r-- | lisp/timer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/timer.el b/lisp/timer.el index cde6cc34c8a..5be142628a2 100644 --- a/lisp/timer.el +++ b/lisp/timer.el @@ -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 |