aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSimen Heggestøyl2020-05-18 18:17:10 +0200
committerSimen Heggestøyl2020-05-26 17:41:44 +0200
commit0db801a3adf8e8584c9b071764200259336a8434 (patch)
treec0f5afc6d4bd2c8891b8ba7fe8abc350aad2e00e /etc
parent70824683fd996a78d417e2d12b9f6bf162c364d6 (diff)
downloademacs-0db801a3adf8e8584c9b071764200259336a8434.tar.gz
emacs-0db801a3adf8e8584c9b071764200259336a8434.zip
Update the Emacs manual with recent project.el changes
* doc/emacs/maintaining.texi (Projects): Add a menu. (Project File Commands): New subsection describing project file commands (moved here from 'Working with Projects'). Describe the new commands 'project-dired' and 'project-eshell'. (Switching Projects): New subsection. * etc/NEWS: Mention project.el changes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e97755a4541..7424507e82f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -389,6 +389,19 @@ information, see the related entry about 'shr-browse-url' above.
389 389
390*** New user option 'project-vc-merge-submodules'. 390*** New user option 'project-vc-merge-submodules'.
391 391
392*** Previously used project directories are now are now completed by
393all commands that prompt for a project directory.
394
395+++
396*** New commands 'project-dired' and 'project-eshell'.
397These commands run Dired and Eshell in a project's root directory,
398respectively.
399
400+++
401*** New command 'project-switch-project'.
402This command lets you "switch" to another project by running a project
403command chosen from a dispatch menu.
404
392** json.el 405** json.el
393 406
394--- 407---