emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/autorevert.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/autorevert.el [lexbind]
Date: Tue, 06 Jul 2004 05:47:08 -0400

Index: emacs/lisp/autorevert.el
diff -c emacs/lisp/autorevert.el:1.15.2.6 emacs/lisp/autorevert.el:1.15.2.7
*** emacs/lisp/autorevert.el:1.15.2.6   Tue Jul  6 09:31:47 2004
--- emacs/lisp/autorevert.el    Tue Jul  6 09:38:05 2004
***************
*** 36,43 ****
  ;; 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.
  ;;
  ;; Both modes operate by checking the time stamp of all files at
  ;; intervals of `auto-revert-interval'.  The default is every five
--- 36,47 ----
  ;; 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. (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]