diff options
| author | Glenn Morris | 2021-03-24 20:15:46 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-03-24 20:15:46 -0700 |
| commit | aeb0530309527e2bbfddbd71cccd2513a340d9bf (patch) | |
| tree | ebe00011c7ba04acb1a0fb81d11e6ff2ff3e84f0 | |
| parent | c678b137ab31ebc74d3fe643598b071d014f7dd4 (diff) | |
| download | emacs-aeb0530309527e2bbfddbd71cccd2513a340d9bf.tar.gz emacs-aeb0530309527e2bbfddbd71cccd2513a340d9bf.zip | |
* doc/emacs/maintaining.texi (Managing Projects): Fixes and copyedits.
| -rw-r--r-- | doc/emacs/emacs.texi | 1 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 18 |
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 | |||
| 861 | * Project File Commands:: Commands for handling project files. | 861 | * Project File Commands:: Commands for handling project files. |
| 862 | * Project Buffer Commands:: Commands for handling project buffers. | 862 | * Project Buffer Commands:: Commands for handling project buffers. |
| 863 | * Switching Projects:: Switching between projects. | 863 | * Switching Projects:: Switching between projects. |
| 864 | * Managing Projects:: Managing the project list file. | ||
| 864 | 865 | ||
| 865 | Change Logs | 866 | Change Logs |
| 866 | 867 | ||
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 | |||
| 1664 | * Project File Commands:: Commands for handling project files. | 1664 | * Project File Commands:: Commands for handling project files. |
| 1665 | * Project Buffer Commands:: Commands for handling project buffers. | 1665 | * Project Buffer Commands:: Commands for handling project buffers. |
| 1666 | * Switching Projects:: Switching between projects. | 1666 | * Switching Projects:: Switching between projects. |
| 1667 | * Managing Projects:: Managing the project list file. | ||
| 1667 | @end menu | 1668 | @end menu |
| 1668 | 1669 | ||
| 1669 | @node Project File Commands | 1670 | @node Project File Commands |
| @@ -1843,21 +1844,20 @@ in the menu, and which key invokes each command. | |||
| 1843 | records the list of known projects. It defaults to the file | 1844 | records the list of known projects. It defaults to the file |
| 1844 | @file{projects} in @code{user-emacs-directory} (@pxref{Find Init}). | 1845 | @file{projects} in @code{user-emacs-directory} (@pxref{Find Init}). |
| 1845 | 1846 | ||
| 1846 | @node Managing project list file | 1847 | @node Managing Projects |
| 1847 | @subsection Managing Projects | 1848 | @subsection Managing the Project List File |
| 1848 | 1849 | ||
| 1849 | @table @kbd | 1850 | @table @kbd |
| 1850 | @item M-x project-remove-known-project | 1851 | @item M-x project-remove-known-project |
| 1851 | Remove a known project from the (@code{project-list-file}). | 1852 | Remove a known project from the @code{project-list-file}. |
| 1852 | @end table | 1853 | @end table |
| 1853 | 1854 | ||
| 1854 | @findex project-remove-known-project | 1855 | @findex project-remove-known-project |
| 1855 | Normally Emacs handle adding and removing projects to the | 1856 | Normally Emacs automatically adds and removes projects to and from the |
| 1856 | (@code{project-list-file}) automatically. Sometimes you still want to | 1857 | @code{project-list-file}, but sometimes you may want to manually edit |
| 1857 | manually edit the available | 1858 | the available projects. @kbd{M-x project-remove-known-project} |
| 1858 | projects. @kbd{M-x project-remove-known-project} will prompt you for the | 1859 | prompts you to choose one of the available projects, and then removes |
| 1859 | available projects, and upon selecting one, it will disappear from the | 1860 | it from the file. |
| 1860 | @code{project-list-file} | ||
| 1861 | 1861 | ||
| 1862 | @node Change Log | 1862 | @node Change Log |
| 1863 | @section Change Logs | 1863 | @section Change Logs |