/[emacs]/emacs/lisp/autorevert.el
ViewVC logotype

Diff of /emacs/lisp/autorevert.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15.2.6 by miles, Tue Jul 6 09:31:47 2004 UTC revision 1.15.2.7 by miles, Tue Jul 6 09:38:05 2004 UTC
# Line 36  Line 36 
36  ;; Auto-Revert Mode.  Both modes automatically revert buffers  ;; Auto-Revert Mode.  Both modes automatically revert buffers
37  ;; whenever the corresponding files have been changed on disk.  ;; whenever the corresponding files have been changed on disk.
38  ;;  ;;
39  ;; Auto-Revert Mode can be activated for individual buffers.  ;; Auto-Revert Mode can be activated for individual buffers.  Global
40  ;; Global Auto-Revert Mode applies to all file buffers.  ;; 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.
45  ;;  ;;
46  ;; Both modes operate by checking the time stamp of all files at  ;; Both modes operate by checking the time stamp of all files at
47  ;; intervals of `auto-revert-interval'.  The default is every five  ;; intervals of `auto-revert-interval'.  The default is every five

Legend:
Removed from v.1.15.2.6  
changed lines
  Added in v.1.15.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26