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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/autorevert.el
Date: Fri, 18 Jun 2004 20:39:44 -0400

Index: emacs/lisp/autorevert.el
diff -c emacs/lisp/autorevert.el:1.32 emacs/lisp/autorevert.el:1.33
*** emacs/lisp/autorevert.el:1.32       Tue Jun 15 22:03:33 2004
--- emacs/lisp/autorevert.el    Sat Jun 19 00:33:35 2004
***************
*** 178,194 ****
  
  When non-nil, both file buffers and buffers with a custom
  `revert-buffer-function' and a `buffer-stale-function' are
! reverted by Global Auto-Revert Mode.
  
! Use this option with care since it could lead to excessive reverts.
! Note also that for some non-file buffers the check whether the
! buffer needs updating may be imperfect, due to efficiency
! considerations, and may not take all information listed in the
! buffer into account.  Hence, a non-nil value for this option does
! not necessarily make manual updates useless for non-file buffers.
! 
! To find out to which buffers this option currently applies, as
! well as for further details, see Info node `(emacs-xtra)Autorevert'."
    :group 'auto-revert
    :type 'boolean
    :link '(info-link "(emacs-xtra)Autorevert"))
--- 178,190 ----
  
  When non-nil, both file buffers and buffers with a custom
  `revert-buffer-function' and a `buffer-stale-function' are
! reverted by Global Auto-Revert mode.  These include the Buffer
! List buffer, and Dired buffers showing complete local
! 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.
  
! For more information, see Info node `(emacs-xtra)Autorevert'."
    :group 'auto-revert
    :type 'boolean
    :link '(info-link "(emacs-xtra)Autorevert"))




reply via email to

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