diff options
| -rw-r--r-- | doc/emacs/maintaining.texi | 15 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
2 files changed, 10 insertions, 9 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 |
| @@ -223,7 +223,7 @@ key binding | |||
| 223 | 223 | ||
| 224 | ** Project | 224 | ** Project |
| 225 | 225 | ||
| 226 | *** Previously used project directories are now are now completed by | 226 | *** Previously used project directories are now suggested by |
| 227 | all commands that prompt for a project directory. | 227 | all commands that prompt for a project directory. |
| 228 | 228 | ||
| 229 | +++ | 229 | +++ |
| @@ -233,7 +233,7 @@ respectively. | |||
| 233 | 233 | ||
| 234 | +++ | 234 | +++ |
| 235 | *** New command 'project-switch-project'. | 235 | *** New command 'project-switch-project'. |
| 236 | This command lets you "switch" to another project by running a project | 236 | This command lets you "switch" to another project and run a project |
| 237 | command chosen from a dispatch menu. | 237 | command chosen from a dispatch menu. |
| 238 | 238 | ||
| 239 | ** gdb-mi | 239 | ** gdb-mi |