]> git.eshelyaron.com Git - emacs.git/commitdiff
(Reverting): Auto-Revert mode and Global Auto-Revert mode no longer
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 9 Jun 2004 03:05:07 +0000 (03:05 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 9 Jun 2004 03:05:07 +0000 (03:05 +0000)
revert remote files

man/ChangeLog
man/files.texi

index 28942663664482cf1638e0482c0630d09ce5e55d..41c31c0ea6affdbf8301079cf01a77b62a6238c1 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * files.texi (Reverting): Auto-Revert mode and
+       Global Auto-Revert mode no longer revert remote files.
+
 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
 
        * dired-x.texi (variable dired-omit-mode): Rename from
index f73d1370eba1a618dfbc6f862ae319083ae6a244..476c3c7b461af213204a1b6c29d89884c6da6719 100644 (file)
@@ -894,8 +894,9 @@ they change.  Two minor modes are available to do this.  In Global
 Auto-Revert mode, Emacs periodically checks all file buffers and
 reverts any when the corresponding file has changed.  The local
 variant, Auto-Revert mode, applies only to buffers in which it was
-activated.  Checking the files is done at intervals determined by the
-variable @code{auto-revert-interval}.
+activated.  The variable @code{auto-revert-interval} controls how
+often to check for a changed file.  Since checking a remote file is
+too slow, these modes do not check or revert remote files.
 
 @node Auto Save
 @section Auto-Saving: Protection Against Disasters