summaryrefslogtreecommitdiff
path: root/doc/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/emacs')
-rw-r--r--doc/emacs/emacs.texi1
-rw-r--r--doc/emacs/maintaining.texi18
2 files changed, 10 insertions, 9 deletions
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index 4054b094def..925c7019803 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -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
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 7e449a5c25c..dfe4eb0ea30 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -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