Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ef61fc40
Commit
ef61fc40
authored
Jun 09, 2004
by
Luc Teirlinck
Browse files
(Reverting): Auto-Revert mode and Global Auto-Revert mode no longer
revert remote files
parent
a4ba8298
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
man/ChangeLog
man/ChangeLog
+5
-0
man/files.texi
man/files.texi
+3
-2
No files found.
man/ChangeLog
View file @
ef61fc40
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
...
...
man/files.texi
View file @
ef61fc40
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment