diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-03-27 03:07:38 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-03-27 03:07:38 +0000 |
commit | f9478d4d2e6610294a32c73890a2205a7ba8bb5e (patch) | |
tree | 1ac24fe863e3e4c835acec7312f8d74e77565e55 /lisp/autorevert.el | |
parent | 468b711f631a3fd44d6b8b54c976b198f5726e4c (diff) | |
download | emacs-f9478d4d2e6610294a32c73890a2205a7ba8bb5e.tar.gz |
(auto-revert-check-vc-info): Minor doc fix.
Diffstat (limited to 'lisp/autorevert.el')
-rw-r--r-- | lisp/autorevert.el | 2 |
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 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") |