Mercurial > emacs
changeset 55867:5514ad802f6b
Update `Commentary' section.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 30 May 2004 21:46:34 +0000 |
parents | 019f3c0e453d |
children | 0311117a7581 |
files | lisp/autorevert.el |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/autorevert.el Sun May 30 21:30:08 2004 +0000 +++ b/lisp/autorevert.el Sun May 30 21:46:34 2004 +0000 @@ -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