summaryrefslogtreecommitdiff
path: root/lisp/autorevert.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-02-17 00:58:19 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-02-17 00:58:19 +0000
commit6dbbc01d66ca76eb6f353245a26bdba131ae3df2 (patch)
treed7a7ceb60b869c5552d5a6d163e815bdd8b1b15f /lisp/autorevert.el
parenta6f82cc4ec7ae5b4360e4dd11fae44dd739a8c52 (diff)
downloademacs-6dbbc01d66ca76eb6f353245a26bdba131ae3df2.tar.gz
(auto-revert-stop-on-user-input): Further doc fix.
Diffstat (limited to 'lisp/autorevert.el')
-rw-r--r--lisp/autorevert.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index a2e60ca3d80..31dd39c201f 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -151,12 +151,12 @@ next editing session."
(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
+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, it might take a while before Emacs responds to your input."
+Thus, Emacs might be non-responsive at times."
:group 'auto-revert
:type 'boolean)