]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.texi (Reverting): Auto-Revert Tail mode works also for remote
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Aug 2009 17:29:56 +0000 (17:29 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Aug 2009 17:29:56 +0000 (17:29 +0000)
files.

doc/emacs/ChangeLog
doc/emacs/files.texi

index 4481d78e3aa7249980871f290bf39f3c55d31ffb..21b6d3d301513eac6f16137ab551845a0a9610dc 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.texi (Reverting): Auto-Revert Tail mode works also for remote
+       files.
+
 2009-07-28  Chong Yidong  <cyd@stupidchicken.com>
 
        * building.texi (Lisp Libraries): Clarify meaning of autoloading.
index 54060b4f9f30b2d61b840aff6576ca765038c273..34447f06096865f161096cbd4f2ee269424033e3 100644 (file)
@@ -962,6 +962,7 @@ the buffer, and it will stay there as the file contents change.
 However, if you are sure that the file will only change by growing at
 the end, use Auto-Revert Tail mode instead
 (@code{auto-revert-tail-mode}).  It is more efficient for this.
+Auto-Revert Tail mode works also for remote files.
 
   @xref{VC Mode Line}, for Auto Revert peculiarities in buffers that
 visit files under version control.