mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; 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.
This commit is contained in:
parent
343f0c44f3
commit
5cdcebc2ad
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Reference in a new issue