diff options
| author | Luc Teirlinck | 2005-02-18 00:46:29 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-02-18 00:46:29 +0000 |
| commit | 8a59305430c68ee23d3cc7ab7487ab3acebdbe7f (patch) | |
| tree | de2bb0cdf0f3c4c20913cb9ad1464455d2c9dc9e | |
| parent | 92dc83a9217161ffaf03e202ae5c967db41cae82 (diff) | |
| download | emacs-8a59305430c68ee23d3cc7ab7487ab3acebdbe7f.tar.gz emacs-8a59305430c68ee23d3cc7ab7487ab3acebdbe7f.zip | |
(auto-revert-stop-on-user-input): Doc fix.
| -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 | |||
| 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 | ||