aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-03-27 03:07:38 +0000
committerLuc Teirlinck2005-03-27 03:07:38 +0000
commitf9478d4d2e6610294a32c73890a2205a7ba8bb5e (patch)
tree1ac24fe863e3e4c835acec7312f8d74e77565e55
parent468b711f631a3fd44d6b8b54c976b198f5726e4c (diff)
downloademacs-f9478d4d2e6610294a32c73890a2205a7ba8bb5e.tar.gz
emacs-f9478d4d2e6610294a32c73890a2205a7ba8bb5e.zip
(auto-revert-check-vc-info): Minor doc fix.
-rw-r--r--lisp/autorevert.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index d4a3d10d167..361a11a67ea 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -246,7 +246,7 @@ This currently works by automatically updating the version
246control info every `auto-revert-interval' seconds. Nevertheless, 246control info every `auto-revert-interval' seconds. Nevertheless,
247it should not cause excessive CPU usage on a reasonably fast 247it should not cause excessive CPU usage on a reasonably fast
248machine, if it does not apply to too many version controlled 248machine, if it does not apply to too many version controlled
249buffers. CPU usage depends on the version control system" 249buffers. CPU usage depends on the version control system."
250 :group 'auto-revert 250 :group 'auto-revert
251 :type 'boolean 251 :type 'boolean
252 :version "22.1") 252 :version "22.1")