summaryrefslogtreecommitdiff
path: root/lisp/=timer.el
diff options
context:
space:
mode:
authorChristopher Zaborsky <rogue@erratum.com>1992-11-10 20:01:10 +0000
committerChristopher Zaborsky <rogue@erratum.com>1992-11-10 20:01:10 +0000
commita98520982887f4e21ec14e5ef1fa7ea2346b4347 (patch)
tree775c95c797514c3bc8fa003f9d07b43c177e7523 /lisp/=timer.el
parent8d1c1ff79a28f3ce0d6e57e6c8f64fd104732b27 (diff)
downloademacs-a98520982887f4e21ec14e5ef1fa7ea2346b4347.tar.gz
Doc fix.
Diffstat (limited to 'lisp/=timer.el')
-rw-r--r--lisp/=timer.el2
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