From 965f9e047beec8eded6dd914ded622f33293eb3a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 15 Jul 2025 12:43:44 +0100 Subject: [PATCH] ; Improve cross-referencing in some VC docs. (cherry picked from commit c82a62fa36237b354c47c1c4d2cb4db0e9100bf3) --- doc/emacs/vc1-xtra.texi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi index 197a34546ba..9b35c85fba4 100644 --- a/doc/emacs/vc1-xtra.texi +++ b/doc/emacs/vc1-xtra.texi @@ -251,12 +251,13 @@ command @kbd{M-x vc-insert-headers}. This command works only on Subversion, CVS, RCS, and SCCS@. The variable @code{vc-@var{backend}-header} contains the list of keywords to insert into the version header; for instance, CVS uses @code{vc-cvs-header}, -whose default value is @code{'("\$Id\$")}. (The extra backslashes -prevent the string constant from being interpreted as a header, if the -Emacs Lisp file defining it is maintained with version control.) The -@code{vc-insert-headers} command inserts each keyword in the list on a -new line at point, surrounded by tabs, and inside comment delimiters -if necessary. +whose default value is @code{'("\$Id\$")} (@pxref{Keyword +substitution,,,cvs,CVS--Concurrent Versions System}). (The extra +backslashes prevent the string constant from being interpreted as a +header, if the Emacs Lisp file defining it is maintained with version +control.) The @code{vc-insert-headers} command inserts each keyword in +the list on a new line at point, surrounded by tabs, and inside comment +delimiters if necessary. @vindex vc-static-header-alist The variable @code{vc-static-header-alist} specifies further strings @@ -322,8 +323,7 @@ this as a directory local variable (@pxref{Directory Variables}). contents of tracked files, it reverts buffers visiting those files (@pxref{Reverting}). It does this in a VCS-aware fashion that retains the positions of point and the mark even when the VCS operation causes -VCS keywords to be expanded (for example, CVS keywords: @pxref{Keyword -substitution,,,cvs,CVS--Concurrent Versions System}). +VCS keywords to be expanded (@pxref{Version Headers}). @findex vc-auto-revert-mode An important limitation of this feature is that Emacs won't know to -- 2.39.5