diff options
| author | Dmitry Gutov | 2020-05-19 01:27:37 +0300 |
|---|---|---|
| committer | Simen Heggestøyl | 2020-05-26 17:42:12 +0200 |
| commit | e37e6c8d91c1028fbba52466f40dca2d82b95feb (patch) | |
| tree | 388c0a98938d0e818b304eafb6474b495c732aed /doc | |
| parent | 0b057ca9bcfa2bbef57f7e5a1da47d62f4f1f15a (diff) | |
| download | emacs-e37e6c8d91c1028fbba52466f40dca2d82b95feb.tar.gz emacs-e37e6c8d91c1028fbba52466f40dca2d82b95feb.zip | |
Some copy edits
* doc/emacs/maintaining.texi (Switching Projects)
(Project File Commands): Copy edits.
* etc/NEWS: Same.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/maintaining.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index adaafdbeccd..5388b13f437 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -1719,23 +1719,24 @@ continue with @w{@kbd{M-x fileloop-continue @key{RET}}}. | |||
| 1719 | directory. | 1719 | directory. |
| 1720 | 1720 | ||
| 1721 | @findex project-eshell | 1721 | @findex project-eshell |
| 1722 | The command @code{project-eshell} starts an Eshell session in a new | 1722 | The command @code{project-eshell} starts an Eshell session in a new |
| 1723 | buffer with the current project's root as the working directory. | 1723 | buffer with the current project's root as the working directory. |
| 1724 | @xref{Top,Eshell,Eshell, eshell, Eshell: The Emacs Shell}. | 1724 | @xref{Top,Eshell,Eshell, eshell, Eshell: The Emacs Shell}. |
| 1725 | 1725 | ||
| 1726 | @node Switching Projects | 1726 | @node Switching Projects |
| 1727 | @subsection Switching Projects | 1727 | @subsection Switching Projects |
| 1728 | 1728 | ||
| 1729 | Commands that operate on project files (@pxref{Project File | 1729 | Commands that operate on project files (@pxref{Project File |
| 1730 | Commands}) will conveniently prompt you for a project directory when | 1730 | Commands}) will conveniently prompt you for a project directory when |
| 1731 | no project is current. When a project is current but you want to | 1731 | no project is current. When you are inside a project but you want to |
| 1732 | operate on a different project, the command | 1732 | operate on a different project, the command |
| 1733 | @code{project-switch-project} can be used. | 1733 | @code{project-switch-project} can be used. |
| 1734 | 1734 | ||
| 1735 | This command prompts you for a new project directory, and then | 1735 | This command prompts you to choose a directory among known project |
| 1736 | displays a menu of commands avilable for operating on the chosen | 1736 | roots, and then displays the menu of available commands to operate on |
| 1737 | project. The variable @code{project-switch-commands} controls which | 1737 | the chosen project. The variable @code{project-switch-commands} |
| 1738 | commands are avilable in the menu, and by which keys they are invoked. | 1738 | controls which commands are avilable in the menu, and by which keys |
| 1739 | they are invoked. | ||
| 1739 | 1740 | ||
| 1740 | @node Change Log | 1741 | @node Change Log |
| 1741 | @section Change Logs | 1742 | @section Change Logs |