diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-09 03:05:07 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-09 03:05:07 +0000 |
commit | ef61fc40f977cfe483c243741db70a59961dcedb (patch) | |
tree | 238a1de93d8c15827497d13d27d68d823996a1d9 | |
parent | a4ba82988096cd3c173acaada71282b356eb91d3 (diff) | |
download | emacs-ef61fc40f977cfe483c243741db70a59961dcedb.tar.gz |
(Reverting): Auto-Revert mode and Global Auto-Revert mode no longer
revert remote files
-rw-r--r-- | man/ChangeLog | 5 | ||||
-rw-r--r-- | man/files.texi | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 28942663664..41c31c0ea6a 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 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 |