]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-revert-set-timer): Minor doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 28 Mar 2004 14:02:48 +0000 (14:02 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 28 Mar 2004 14:02:48 +0000 (14:02 +0000)
lisp/autorevert.el

index 74dfd934442a7cf09619e399d2cf8e140b4beb87..165c6b8b24fa1ff2224d73274a698f7b61016571 100644 (file)
@@ -256,7 +256,7 @@ Use `auto-revert-mode' to revert a particular buffer."
 
 (defun auto-revert-set-timer ()
   "Restart or cancel the timer used by Auto-Revert Mode.
-If such a timer is running, cancel it.  Start a new timer if
+If such a timer is active, cancel it.  Start a new timer if
 Global Auto-Revert Mode is active or if Auto-Revert Mode is active
 in some buffer.  Restarting the timer ensures that Auto-Revert Mode
 will use an up-to-date value of `auto-revert-interval'"