]> git.eshelyaron.com Git - emacs.git/commitdiff
Update `Commentary' section.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 30 May 2004 21:46:34 +0000 (21:46 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 30 May 2004 21:46:34 +0000 (21:46 +0000)
lisp/autorevert.el

index 1ba48a54236f58f71ed4050ebca5a1e46800ac56..7987e880ec1525c458ffb29952c234237da5da18 100644 (file)
 ;; 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