emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/autorevert.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/autorevert.el
Date: Sun, 20 Jun 2004 23:12:34 -0400

Index: emacs/lisp/autorevert.el
diff -c emacs/lisp/autorevert.el:1.33 emacs/lisp/autorevert.el:1.34
*** emacs/lisp/autorevert.el:1.33       Sat Jun 19 00:33:35 2004
--- emacs/lisp/autorevert.el    Mon Jun 21 03:12:46 2004
***************
*** 174,180 ****
    :type 'hook)
  
  (defcustom global-auto-revert-non-file-buffers nil
!   "When nil only file buffers are reverted by Global Auto-Revert Mode.
  
  When non-nil, both file buffers and buffers with a custom
  `revert-buffer-function' and a `buffer-stale-function' are
--- 174,180 ----
    :type 'hook)
  
  (defcustom global-auto-revert-non-file-buffers nil
!   "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,189 ****
--- 184,190 ----
  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]