]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix documentation of a recent change
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Jul 2025 16:51:23 +0000 (19:51 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:44:48 +0000 (10:44 +0200)
* doc/emacs/vc1-xtra.texi (VC Auto-Reverting): Fix wording and
cross-references.
* doc/emacs/emacs.texi (Top): Update @detailmenu.

(cherry picked from commit 1e3d76af5a7a16682e71f9df46f6788c0880cccd)

doc/emacs/emacs.texi
doc/emacs/vc1-xtra.texi

index 54bb5178c0df52eafb3452631a0ac79eccc81261..3ded7c30e9597d86f02e6217fc1af9f1e7caa695 100644 (file)
@@ -864,7 +864,9 @@ Miscellaneous Commands and Features of VC
 * VC Delete/Rename::      Deleting and renaming version-controlled files.
 * Revision Tags::         Symbolic names for revisions.
 * Version Headers::       Inserting version control headers into working files.
-* Editing VC Commands:: Editing the VC shell commands that Emacs will run.
+* Editing VC Commands::   Editing the VC shell commands that Emacs will run.
+* Preparing Patches::     Preparing and composing patches from within VC.
+* VC Auto-Reverting::     Updating buffer contents after VCS operations.
 
 Customizing VC
 
index fa7b3a6b3bafb15ae73c1373da9037c0104278ab..197a34546ba6c37673a293782519e2c2eee333a5 100644 (file)
@@ -316,7 +316,7 @@ you wish to use.  This will be used as the default value when invoking
 this as a directory local variable (@pxref{Directory Variables}).
 
 @node VC Auto-Reverting
-@subsubsection Auto-Reverting Buffers Visiting Tracked Files
+@subsubsection Auto-Reverting Buffers That Visit Tracked Files
 
   When Emacs executes VCS operations that it knows may change the
 contents of tracked files, it reverts buffers visiting those files
@@ -331,16 +331,16 @@ revert buffers when you execute additional VCS operations outside of
 Emacs, such as at a shell prompt, or by means of scripts.  If you
 regularly do this, and you don't use a VCS with keyword expansion (all
 modern VCS, absent special configuration), you may wish to enable
-@code{vc-auto-revert-mode} instead, by customizing that variable to
-non-@code{nil}.
+@code{vc-auto-revert-mode} instead, by customizing that variable to a
+non-@code{nil} value.
 
   This mode is just like @code{global-auto-revert-mode} (@pxref{Auto
 Revert}) except limited to files visiting VCS-tracked files.  It ensures
 that Emacs will always revert buffers when VCS operations change their
 contents, regardless of whether Emacs initiated those operations.
 
-  @xref{VC Mode Line} regarding Auto Revert mode in buffers visiting
-tracked files (which is what @code{vc-auto-revert-mode} enables).
+  @xref{VC Mode Line}, for details regarding Auto Revert mode in buffers
+visiting tracked files (which is what @code{vc-auto-revert-mode} enables).
 
 @node Customizing VC
 @subsection Customizing VC