]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-revert-stop-on-user-input): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 16 Feb 2005 14:14:56 +0000 (14:14 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 16 Feb 2005 14:14:56 +0000 (14:14 +0000)
lisp/autorevert.el

index a83a65d2dfd775420885034189ebfc24969d9ea4..a2e60ca3d80cc3982e584f64413ba65bf8323a87 100644 (file)
@@ -151,9 +151,12 @@ next editing session."
 
 (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)