# HG changeset patch # User Luc Teirlinck # Date 1085953594 0 # Node ID 5514ad802f6b847671c61f4ae953ffe65d93f2c3 # Parent 019f3c0e453daaad56b4b7393b960d8a7dd5a2a0 Update `Commentary' section. diff -r 019f3c0e453d -r 5514ad802f6b lisp/autorevert.el --- 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