diff options
| -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 @@ | |||
| 1 | 2004-06-08 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * files.texi (Reverting): Auto-Revert mode and | ||
| 4 | Global Auto-Revert mode no longer revert remote files. | ||
| 5 | |||
| 1 | 2004-06-05 Lars Hansen <larsh@math.ku.dk> | 6 | 2004-06-05 Lars Hansen <larsh@math.ku.dk> |
| 2 | 7 | ||
| 3 | * dired-x.texi (variable dired-omit-mode): Rename from | 8 | * 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 | |||
| 894 | Auto-Revert mode, Emacs periodically checks all file buffers and | 894 | Auto-Revert mode, Emacs periodically checks all file buffers and |
| 895 | reverts any when the corresponding file has changed. The local | 895 | reverts any when the corresponding file has changed. The local |
| 896 | variant, Auto-Revert mode, applies only to buffers in which it was | 896 | variant, Auto-Revert mode, applies only to buffers in which it was |
| 897 | activated. Checking the files is done at intervals determined by the | 897 | activated. The variable @code{auto-revert-interval} controls how |
| 898 | variable @code{auto-revert-interval}. | 898 | often to check for a changed file. Since checking a remote file is |
| 899 | too slow, these modes do not check or revert remote files. | ||
| 899 | 900 | ||
| 900 | @node Auto Save | 901 | @node Auto Save |
| 901 | @section Auto-Saving: Protection Against Disasters | 902 | @section Auto-Saving: Protection Against Disasters |