mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
* doc/emacs/maintaining.texi (Managing Projects): Fixes and copyedits.
This commit is contained in:
parent
c678b137ab
commit
aeb0530309
2 changed files with 10 additions and 9 deletions
|
|
@ -861,6 +861,7 @@ Projects
|
|||
* Project File Commands:: Commands for handling project files.
|
||||
* Project Buffer Commands:: Commands for handling project buffers.
|
||||
* Switching Projects:: Switching between projects.
|
||||
* Managing Projects:: Managing the project list file.
|
||||
|
||||
Change Logs
|
||||
|
||||
|
|
|
|||
|
|
@ -1664,6 +1664,7 @@ the project back-end. For example, the VC back-end doesn't consider
|
|||
* Project File Commands:: Commands for handling project files.
|
||||
* Project Buffer Commands:: Commands for handling project buffers.
|
||||
* Switching Projects:: Switching between projects.
|
||||
* Managing Projects:: Managing the project list file.
|
||||
@end menu
|
||||
|
||||
@node Project File Commands
|
||||
|
|
@ -1843,21 +1844,20 @@ in the menu, and which key invokes each command.
|
|||
records the list of known projects. It defaults to the file
|
||||
@file{projects} in @code{user-emacs-directory} (@pxref{Find Init}).
|
||||
|
||||
@node Managing project list file
|
||||
@subsection Managing Projects
|
||||
@node Managing Projects
|
||||
@subsection Managing the Project List File
|
||||
|
||||
@table @kbd
|
||||
@item M-x project-remove-known-project
|
||||
Remove a known project from the (@code{project-list-file}).
|
||||
Remove a known project from the @code{project-list-file}.
|
||||
@end table
|
||||
|
||||
@findex project-remove-known-project
|
||||
Normally Emacs handle adding and removing projects to the
|
||||
(@code{project-list-file}) automatically. Sometimes you still want to
|
||||
manually edit the available
|
||||
projects. @kbd{M-x project-remove-known-project} will prompt you for the
|
||||
available projects, and upon selecting one, it will disappear from the
|
||||
@code{project-list-file}
|
||||
Normally Emacs automatically adds and removes projects to and from the
|
||||
@code{project-list-file}, but sometimes you may want to manually edit
|
||||
the available projects. @kbd{M-x project-remove-known-project}
|
||||
prompts you to choose one of the available projects, and then removes
|
||||
it from the file.
|
||||
|
||||
@node Change Log
|
||||
@section Change Logs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue