]> git.eshelyaron.com Git - emacs.git/commitdiff
Some copy edits
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 18 May 2020 22:27:37 +0000 (01:27 +0300)
committerSimen Heggestøyl <simenheg@gmail.com>
Tue, 26 May 2020 15:42:12 +0000 (17:42 +0200)
* doc/emacs/maintaining.texi (Switching Projects)
(Project File Commands): Copy edits.

* etc/NEWS: Same.

doc/emacs/maintaining.texi
etc/NEWS

index adaafdbeccd8ae361abb747cded805d178c99728..5388b13f437986b711db158c235f008f26ed81d5 100644 (file)
@@ -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
index 7424507e82f9701f6d2d702427d02644ef12c757..90aea8796decfdb6fd920efa91b56466484059fe 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -389,7 +389,7 @@ information, see the related entry about 'shr-browse-url' above.
 
 *** New user option 'project-vc-merge-submodules'.
 
-*** Previously used project directories are now are now completed by
+*** Previously used project directories are now suggested by
 all commands that prompt for a project directory.
 
 +++
@@ -399,7 +399,7 @@ respectively.
 
 +++
 *** New command 'project-switch-project'.
-This command lets you "switch" to another project by running a project
+This command lets you "switch" to another project and run a project
 command chosen from a dispatch menu.
 
 ** json.el