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: Wed, 16 Feb 2005 09:14:57 -0500

Index: emacs/lisp/autorevert.el
diff -c emacs/lisp/autorevert.el:1.44 emacs/lisp/autorevert.el:1.45
*** emacs/lisp/autorevert.el:1.44       Wed Feb 16 05:00:29 2005
--- emacs/lisp/autorevert.el    Wed Feb 16 14:14:56 2005
***************
*** 151,159 ****
  
  (defcustom auto-revert-stop-on-user-input t
    "When non-nil, user input temporarily interrupts Auto-Revert Mode.
! When nil, Auto-Revert Mode checks files and reverts buffers, with
! quitting disabled, without paying attention to user input.  Thus,
! it might take a while before Emacs responds to your input."
    :group 'auto-revert
    :type 'boolean)
  
--- 151,162 ----
  
  (defcustom auto-revert-stop-on-user-input t
    "When non-nil, user input temporarily interrupts Auto-Revert Mode.
! More precisely, Auto-Revert Mode checks for user input after
! handling each buffer and does not process any further buffers
! \(until the next run of the timer) if user input is available.
! When nil, Auto-Revert Mode checks files and reverts buffers,
! with quitting disabled, without paying attention to user input.
! Thus, it might take a while before Emacs responds to your input."
    :group 'auto-revert
    :type 'boolean)
  




reply via email to

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