; Document project-remember-project.

This commit is contained in:
Sean Whitton 2026-08-17 11:23:30 +01:00
parent ced4d70ee0
commit 61c7285a95
2 changed files with 7 additions and 3 deletions

View file

@ -2330,16 +2330,19 @@ records the list of known projects. It defaults to the file
@subsection Managing the Project List File
@table @kbd
@item M-x project-remember-project
Add the current project to the @code{project-list-file}.
@item M-x project-forget-project
Remove a known project from the @code{project-list-file}.
@end table
@findex project-remember-project
@findex project-forget-project
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-forget-project}
prompts you to choose one of the available projects, and then removes
it from the file.
the available projects. @kbd{M-x project-remember-project} remembers
the current project, and @kbd{M-x project-forget-project} prompts you to
choose one of the available projects, and then removes it from the file.
@vindex project-list-exclude
The user option @code{project-list-exclude} may be set to always

View file

@ -1113,6 +1113,7 @@ project should be removed.
*** New command 'project-save-some-buffers' bound to 'C-x p C-x s'.
This is like 'C-x s', but only for this project's buffers.
+++
*** 'project-remember-project' is now interactive.
---