aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-04-01 02:06:49 +0000
committerLuc Teirlinck2005-04-01 02:06:49 +0000
commitea98eb11f5549737255e90512969014777723f04 (patch)
treef97f35049c9d594e7b5f94cbb40b6c1ac216d4da
parent18cd5892322f24e1aa52cd92437571096262aae6 (diff)
downloademacs-ea98eb11f5549737255e90512969014777723f04.tar.gz
emacs-ea98eb11f5549737255e90512969014777723f04.zip
(Reverting): Move `auto-revert-check-vc-info' to `VC Mode Line' and
put in an xref to that node. (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify its description.
-rw-r--r--man/files.texi22
1 files changed, 14 insertions, 8 deletions
diff --git a/man/files.texi b/man/files.texi
index 7ed2baa0b93..a03bb2a64ea 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -940,14 +940,8 @@ Auto-Revert Tail mode, @kbd{M-x auto-revert-tail-mode}.
940for a changed file. Since checking a remote file is too slow, these 940for a changed file. Since checking a remote file is too slow, these
941modes do not check or revert remote files. 941modes do not check or revert remote files.
942 942
943@vindex auto-revert-check-vc-info 943@xref{VC Mode Line}, for Auto Revert peculiarities in buffers that
944 Whenever Auto Revert mode reverts the buffer, it updates the version 944visit files under version control.
945control information, such as the version control number displayed in
946the mode line. However, this information may not be properly updated
947if the version control state changes outside of Emacs---for example,
948if a new version is checked in from outside the current Emacs session.
949If you set @code{auto-revert-check-vc-info} to @code{t}, Auto Revert
950mode will update the version control status information periodically.
951 945
952@node Auto Save 946@node Auto Save
953@section Auto-Saving: Protection Against Disasters 947@section Auto-Saving: Protection Against Disasters
@@ -1375,6 +1369,18 @@ locking is not in use). @samp{:} indicates that the file is locked, or
1375that it is modified. If the file is locked by some other user (for 1369that it is modified. If the file is locked by some other user (for
1376instance, @samp{jim}), that is displayed as @samp{RCS:jim:1.3}. 1370instance, @samp{jim}), that is displayed as @samp{RCS:jim:1.3}.
1377 1371
1372@vindex auto-revert-check-vc-info
1373 When Auto Revert mode (@pxref{Reverting}) reverts a buffer that is
1374under version control, it updates the version control information in
1375the mode line. However, Auto Revert mode may not properly update this
1376information if the version control status changes without changes to
1377the work file, from outside the current Emacs session. If you set
1378@code{auto-revert-check-vc-info} to @code{t}, Auto Revert mode updates
1379the version control status information every
1380@code{auto-revert-interval} seconds, even if the work file itself is
1381unchanged. The resulting CPU usage depends on the version control
1382system, but is usually not excessive.
1383
1378@node Basic VC Editing 1384@node Basic VC Editing
1379@subsection Basic Editing under Version Control 1385@subsection Basic Editing under Version Control
1380 1386