From 5cdcebc2ad0e55fa7b7e938a6860505a13f408bf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 1 May 2025 17:35:47 +0300 Subject: [PATCH] ; Fix sectioning of recent changes in the Emacs user manual * doc/emacs/maintaining.texi (VC-Aware Project Backend): * doc/emacs/emacs.texi (Top): Fix recent changes. --- doc/emacs/emacs.texi | 1 + doc/emacs/maintaining.texi | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 2e9f24314eb..3e3e13f14a4 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -884,6 +884,7 @@ Projects * Project Buffer Commands:: Commands for handling project buffers. * Switching Projects:: Switching between projects. * Managing Projects:: Managing the project list file. +* VC-Aware Project Backend:: Default project backend. Change Logs diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 94f2c8331ca..b65df366f05 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -2048,9 +2048,10 @@ matched against the project root, and the predicate should take the project object as the only argument and return non-@code{nil} if the project should @emph{not} be saved to @code{project-list-file}. +@node VC-Aware Project Backend +@subsection VC-Aware Project Backend @cindex VC-aware project backend @cindex project backend, VC-aware -@node VC-Aware Project Backend This backend is part of Emacs and is enabled by default. (Other backends may need installation of add-on packages and their proper configuration.)