]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/maintaining.texi (Managing Projects): Fixes and copyedits.
authorGlenn Morris <rgm@gnu.org>
Thu, 25 Mar 2021 03:15:46 +0000 (20:15 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 25 Mar 2021 03:15:46 +0000 (20:15 -0700)
doc/emacs/emacs.texi
doc/emacs/maintaining.texi

index 4054b094def7e627f1c9135f91834d057dc1a7ec..925c70198036602cf4968b67de43861924935b18 100644 (file)
@@ -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
 
index 7e449a5c25c142cfc28badf280d26ca7d1d6accc..dfe4eb0ea302eb491b4e5e11a032b130da770354 100644 (file)
@@ -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