From: Luc Teirlinck Date: Thu, 17 Feb 2005 00:58:19 +0000 (+0000) Subject: (auto-revert-stop-on-user-input): Further doc fix. X-Git-Tag: ttn-vms-21-2-B4~2223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6dbbc01d66ca76eb6f353245a26bdba131ae3df2;p=emacs.git (auto-revert-stop-on-user-input): Further doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a21a347991..b7ed7687fc2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-02-16 Luc Teirlinck + + * autorevert.el (auto-revert-stop-on-user-input): Further doc fix. + 2005-02-16 Kim F. Storm * ido.el (ido-fallback-command): Pass user input to fallback command. 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)