From: Luc Teirlinck Date: Fri, 18 Feb 2005 00:46:29 +0000 (+0000) Subject: (auto-revert-stop-on-user-input): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~2218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a59305430c68ee23d3cc7ab7487ab3acebdbe7f;p=emacs.git (auto-revert-stop-on-user-input): Doc fix. --- diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 31dd39c201f..d4a3d10d167 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -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)