diff options
| author | Luc Teirlinck | 2005-03-27 03:07:38 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-03-27 03:07:38 +0000 |
| commit | f9478d4d2e6610294a32c73890a2205a7ba8bb5e (patch) | |
| tree | 1ac24fe863e3e4c835acec7312f8d74e77565e55 | |
| parent | 468b711f631a3fd44d6b8b54c976b198f5726e4c (diff) | |
| download | emacs-f9478d4d2e6610294a32c73890a2205a7ba8bb5e.tar.gz emacs-f9478d4d2e6610294a32c73890a2205a7ba8bb5e.zip | |
(auto-revert-check-vc-info): Minor doc fix.
| -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 | |||
| 246 | control info every `auto-revert-interval' seconds. Nevertheless, | 246 | control info every `auto-revert-interval' seconds. Nevertheless, |
| 247 | it should not cause excessive CPU usage on a reasonably fast | 247 | it should not cause excessive CPU usage on a reasonably fast |
| 248 | machine, if it does not apply to too many version controlled | 248 | machine, if it does not apply to too many version controlled |
| 249 | buffers. CPU usage depends on the version control system" | 249 | buffers. 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") |