]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-revert-check-vc-info): Minor doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 27 Mar 2005 03:07:38 +0000 (03:07 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 27 Mar 2005 03:07:38 +0000 (03:07 +0000)
lisp/autorevert.el

index d4a3d10d167232f87b03d792d6f0e1f5642be8c9..361a11a67eae61bc96262530d7074bb27635e8f7 100644 (file)
@@ -246,7 +246,7 @@ This currently works by automatically updating the version
 control info every `auto-revert-interval' seconds.  Nevertheless,
 it should not cause excessive CPU usage on a reasonably fast
 machine, if it does not apply to too many version controlled
-buffers.  CPU usage depends on the version control system"
+buffers.  CPU usage depends on the version control system."
   :group 'auto-revert
   :type 'boolean
   :version "22.1")