# HG changeset patch # User Richard M. Stallman # Date 1087787566 0 # Node ID c6dcd23450de80b123d43badb564cc66d3e84e3c # Parent 432785020c952c9df40d7a3753b36a894defde3d (global-auto-revert-non-file-buffers): Doc fix. diff -r 432785020c95 -r c6dcd23450de lisp/autorevert.el --- a/lisp/autorevert.el Mon Jun 21 03:10:40 2004 +0000 +++ b/lisp/autorevert.el Mon Jun 21 03:12:46 2004 +0000 @@ -174,7 +174,7 @@ :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 @@ 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