summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-06-09 03:02:40 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-06-09 03:02:40 +0000
commitad5703dc061a5c225a617b60597f736801b0d07f (patch)
treee0d25096dd39ade2f693ce04b5c2e95db763841a
parent9848edfc2a2e6e1141b5c5e4f8508c07b31a8e11 (diff)
downloademacs-ad5703dc061a5c225a617b60597f736801b0d07f.tar.gz
(Reverting): Auto-Revert mode and Global Auto-Revert mode no longer
revert remote files
-rw-r--r--man/files.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/files.texi b/man/files.texi
index f73d1370eba..476c3c7b461 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -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