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 19:54:49 -0500

Index: emacs/lisp/autorevert.el
diff -c emacs/lisp/autorevert.el:1.45 emacs/lisp/autorevert.el:1.46
*** emacs/lisp/autorevert.el:1.45       Wed Feb 16 14:14:56 2005
--- emacs/lisp/autorevert.el    Thu Feb 17 00:54:48 2005
***************
*** 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)
  
--- 151,162 ----
  
  (defcustom auto-revert-stop-on-user-input t
    "When non-nil, user input temporarily interrupts Auto-Revert Mode.
! With this setting, 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, Emacs might be non-responsive at times."
    :group 'auto-revert
    :type 'boolean)
  




reply via email to

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