summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2020-05-19 01:27:37 +0300
committerSimen Heggestøyl <simenheg@gmail.com>2020-05-26 17:42:12 +0200
commite37e6c8d91c1028fbba52466f40dca2d82b95feb (patch)
tree388c0a98938d0e818b304eafb6474b495c732aed /doc
parent0b057ca9bcfa2bbef57f7e5a1da47d62f4f1f15a (diff)
downloademacs-e37e6c8d91c1028fbba52466f40dca2d82b95feb.tar.gz
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.texi15
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}}}.
directory.
@findex project-eshell
- The command @code{project-eshell} starts an Eshell session in a new
+ The command @code{project-eshell} starts an Eshell session in a new
buffer with the current project's root as the working directory.
@xref{Top,Eshell,Eshell, eshell, Eshell: The Emacs Shell}.
@node Switching Projects
@subsection Switching Projects
- Commands that operate on project files (@pxref{Project File
+ Commands that operate on project files (@pxref{Project File
Commands}) will conveniently prompt you for a project directory when
-no project is current. When a project is current but you want to
+no project is current. When you are inside a project but you want to
operate on a different project, the command
@code{project-switch-project} can be used.
- This command prompts you for a new project directory, and then
-displays a menu of commands avilable for operating on the chosen
-project. The variable @code{project-switch-commands} controls which
-commands are avilable in the menu, and by which keys they are invoked.
+ This command prompts you to choose a directory among known project
+roots, and then displays the menu of available commands to operate on
+the chosen project. The variable @code{project-switch-commands}
+controls which commands are avilable in the menu, and by which keys
+they are invoked.
@node Change Log
@section Change Logs