comparison lisp/autorevert.el @ 60139:cf2460efae4d

(auto-revert-stop-on-user-input): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 18 Feb 2005 00:46:29 +0000
parents bb1a6b3a999d
children c0725fd29477 bf0d492ea2d5
comparison
equal deleted inserted replaced
60138:dd402e5d42cb 60139:cf2460efae4d
154 With this setting, Auto-Revert Mode checks for user input after 154 With this setting, Auto-Revert Mode checks for user input after
155 handling each buffer and does not process any further buffers 155 handling each buffer and does not process any further buffers
156 \(until the next run of the timer) if user input is available. 156 \(until the next run of the timer) if user input is available.
157 When nil, Auto-Revert Mode checks files and reverts buffers, 157 When nil, Auto-Revert Mode checks files and reverts buffers,
158 with quitting disabled, without paying attention to user input. 158 with quitting disabled, without paying attention to user input.
159 Thus, Emacs might be non-responsive at times." 159 Thus, with this setting, Emacs might be non-responsive at times."
160 :group 'auto-revert 160 :group 'auto-revert
161 :type 'boolean) 161 :type 'boolean)
162 162
163 (defcustom auto-revert-verbose t 163 (defcustom auto-revert-verbose t
164 "When nil, Auto-Revert Mode does not generate any messages. 164 "When nil, Auto-Revert Mode does not generate any messages.