# HG changeset patch # User Richard M. Stallman # Date 1111801693 0 # Node ID 12780efcd4fc6b9726363ab1f9f1a5561ae77feb # Parent c7ee76ed1a51bb8e1ee9d01710160466e2059447 (Reverting): Document auto-revert-check-vc-info. diff -r c7ee76ed1a51 -r 12780efcd4fc man/files.texi --- a/man/files.texi Sat Mar 26 01:46:55 2005 +0000 +++ b/man/files.texi Sat Mar 26 01:48:13 2005 +0000 @@ -940,6 +940,15 @@ for a changed file. Since checking a remote file is too slow, these modes do not check or revert remote files. +@vindex auto-revert-check-vc-info + Whenever Auto Revert mode reverts the buffer, it updates the version +control information, such as the version control number displayed in +the mode line. However, this information may not be properly updated +if the version control state changes outside of Emacs---for example, +if a new version is checked in from outside the current Emacs session. +If you set @code{auto-revert-check-vc-info} to @code{t}, Auto Revert +mode will update the version control status information periodically. + @node Auto Save @section Auto-Saving: Protection Against Disasters @cindex Auto Save mode