Mercurial > emacs
changeset 61013:c0725fd29477
(auto-revert-check-vc-info): Minor doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 27 Mar 2005 03:07:38 +0000 |
parents | c5ecd2832dea |
children | 9a8eaf5d664a |
files | lisp/autorevert.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/autorevert.el Sun Mar 27 02:57:31 2005 +0000 +++ b/lisp/autorevert.el Sun Mar 27 03:07:38 2005 +0000 @@ -246,7 +246,7 @@ 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")