]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix sectioning of recent changes in the Emacs user manual
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 May 2025 14:35:47 +0000 (17:35 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 10 May 2025 06:53:45 +0000 (08:53 +0200)
* doc/emacs/maintaining.texi (VC-Aware Project Backend):
* doc/emacs/emacs.texi (Top): Fix recent changes.

(cherry picked from commit 5cdcebc2ad0e55fa7b7e938a6860505a13f408bf)

doc/emacs/emacs.texi
doc/emacs/maintaining.texi

index 7850740dcb0f5a3456cde66bc80cb5ba6f0533f6..54bb5178c0df52eafb3452631a0ac79eccc81261 100644 (file)
@@ -879,6 +879,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
 
index df82548f2429cf8c02cd0115729e8dd82135d998..0da44e4cd12324086407bf2822586cb2394f5b91 100644 (file)
@@ -2043,9 +2043,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.)