diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-05-30 21:46:34 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-05-30 21:46:34 +0000 |
commit | ae229809f768ded8a243c670f0c7034fb8bb01f6 (patch) | |
tree | 86631db1e537a0ccdb3bd35f1c9f7af6489a8368 /lisp | |
parent | aa8ca433bc335ff03292b89893e9d0e9419ee8ec (diff) | |
download | emacs-ae229809f768ded8a243c670f0c7034fb8bb01f6.tar.gz |
Update `Commentary' section.
Diffstat (limited to 'lisp')
-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 @@ ;; Auto-Revert Mode. Both modes automatically revert buffers ;; whenever the corresponding files have been changed on disk. ;; -;; Auto-Revert Mode can be activated for individual buffers. -;; Global Auto-Revert Mode applies to all file buffers. +;; Auto-Revert Mode can be activated for individual buffers. Global +;; Auto-Revert Mode applies to all file buffers. (If the user option +;; `global-auto-revert-non-file-buffers' is non-nil, it also applies +;; to some non-file buffers. This option is disabled by default.) +;; Since checking a remote file is too slow, these modes do not check +;; or revert remote files. ;; ;; Both modes operate by checking the time stamp of all files at ;; intervals of `auto-revert-interval'. The default is every five |