* 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
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