diff options
Diffstat (limited to 'lisp/autorevert.el')
-rw-r--r-- | lisp/autorevert.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |