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

index 31dd39c201f713542b8eb6a9dd9f1a1dcffb6a46..d4a3d10d167232f87b03d792d6f0e1f5642be8c9 100644 (file)
@@ -156,7 +156,7 @@ 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."
+Thus, with this setting, Emacs might be non-responsive at times."
   :group 'auto-revert
   :type 'boolean)