changeset 60118:705006da8774

(auto-revert-stop-on-user-input): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 16 Feb 2005 14:14:56 +0000
parents 02a537358370
children 5b6b66d56fe6
files lisp/autorevert.el
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/autorevert.el	Wed Feb 16 10:22:14 2005 +0000
+++ b/lisp/autorevert.el	Wed Feb 16 14:14:56 2005 +0000
@@ -151,9 +151,12 @@
 
 (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."
+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)