diff options
| -rw-r--r-- | lisp/autorevert.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 1ba48a54236..7987e880ec1 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -36,8 +36,12 @@ | |||
| 36 | ;; Auto-Revert Mode. Both modes automatically revert buffers | 36 | ;; Auto-Revert Mode. Both modes automatically revert buffers |
| 37 | ;; whenever the corresponding files have been changed on disk. | 37 | ;; whenever the corresponding files have been changed on disk. |
| 38 | ;; | 38 | ;; |
| 39 | ;; Auto-Revert Mode can be activated for individual buffers. | 39 | ;; Auto-Revert Mode can be activated for individual buffers. Global |
| 40 | ;; Global Auto-Revert Mode applies to all file buffers. | 40 | ;; Auto-Revert Mode applies to all file buffers. (If the user option |
| 41 | ;; `global-auto-revert-non-file-buffers' is non-nil, it also applies | ||
| 42 | ;; to some non-file buffers. This option is disabled by default.) | ||
| 43 | ;; Since checking a remote file is too slow, these modes do not check | ||
| 44 | ;; or revert remote files. | ||
| 41 | ;; | 45 | ;; |
| 42 | ;; Both modes operate by checking the time stamp of all files at | 46 | ;; Both modes operate by checking the time stamp of all files at |
| 43 | ;; intervals of `auto-revert-interval'. The default is every five | 47 | ;; intervals of `auto-revert-interval'. The default is every five |