Mercurial > emacs
changeset 60131:bb1a6b3a999d
(auto-revert-stop-on-user-input): Further doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 17 Feb 2005 00:54:48 +0000 |
parents | f513e6d34868 |
children | 8a072d12b41a |
files | lisp/autorevert.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/autorevert.el Wed Feb 16 23:45:03 2005 +0000 +++ b/lisp/autorevert.el Thu Feb 17 00:54:48 2005 +0000 @@ -151,12 +151,12 @@ (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)