]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-auto-revert-non-file-buffers): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 21 Jun 2004 03:12:46 +0000 (03:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 21 Jun 2004 03:12:46 +0000 (03:12 +0000)
lisp/autorevert.el

index c7a65a867e3bb2c84aa2a3abb1d3c74106d78b6c..7b786882cf6c134d3c6783354927bf4c5691319d 100644 (file)
@@ -174,7 +174,7 @@ would only waste precious space."
   :type 'hook)
 
 (defcustom global-auto-revert-non-file-buffers nil
-  "When nil only file buffers are reverted by Global Auto-Revert Mode.
+  "When nil, Global Auto-Revert mode operates only on file-visiting buffers.
 
 When non-nil, both file buffers and buffers with a custom
 `revert-buffer-function' and a `buffer-stale-function' are
@@ -184,6 +184,7 @@ directories.  Dired buffers do not auto-revert as a result of
 changes in subdirectories or in the contents, size, modes, etc.,
 of files.  You may still sometimes want to revert them manually.
 
+Use this option with care since it could lead to excessive auto-reverts.
 For more information, see Info node `(emacs-xtra)Autorevert'."
   :group 'auto-revert
   :type 'boolean