summaryrefslogtreecommitdiff
path: root/doc/emacs
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-03-24 20:15:46 -0700
committerGlenn Morris <rgm@gnu.org>2021-03-24 20:15:46 -0700
commitaeb0530309527e2bbfddbd71cccd2513a340d9bf (patch)
treeebe00011c7ba04acb1a0fb81d11e6ff2ff3e84f0 /doc/emacs
parentc678b137ab31ebc74d3fe643598b071d014f7dd4 (diff)
downloademacs-aeb0530309527e2bbfddbd71cccd2513a340d9bf.tar.gz
emacs-aeb0530309527e2bbfddbd71cccd2513a340d9bf.tar.bz2
emacs-aeb0530309527e2bbfddbd71cccd2513a340d9bf.zip
* doc/emacs/maintaining.texi (Managing Projects): Fixes and copyedits.
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