diff options
| author | Dmitry Gutov | 2020-06-22 01:47:55 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2020-06-22 01:47:55 +0300 |
| commit | 7221d844b1c822e91ef300c746f8520e8e7518c7 (patch) | |
| tree | 740131f93a601f8f598395c41a5b629df8a93f92 | |
| parent | 9fe2bdb88a4ebd4b2286c1c2a2a2ba7411af01b6 (diff) | |
| download | emacs-7221d844b1c822e91ef300c746f8520e8e7518c7.tar.gz emacs-7221d844b1c822e91ef300c746f8520e8e7518c7.zip | |
; project-shell, project-eshell: Doc fixes
| -rw-r--r-- | lisp/progmodes/project.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index bfbe2362721..5f4bfdf9b89 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -719,7 +719,7 @@ PREDICATE, HIST, and DEFAULT have the same meaning as in | |||
| 719 | If a buffer already exists for running a shell in the project's root, | 719 | If a buffer already exists for running a shell in the project's root, |
| 720 | switch to it. Otherwise, create a new shell buffer. | 720 | switch to it. Otherwise, create a new shell buffer. |
| 721 | With \\[universal-argument] prefix arg, create a new inferior shell buffer even | 721 | With \\[universal-argument] prefix arg, create a new inferior shell buffer even |
| 722 | if one already exist." | 722 | if one already exists." |
| 723 | (interactive) | 723 | (interactive) |
| 724 | (let* ((default-directory (project-root (project-current t))) | 724 | (let* ((default-directory (project-root (project-current t))) |
| 725 | (default-project-shell-name | 725 | (default-project-shell-name |
| @@ -738,7 +738,7 @@ if one already exist." | |||
| 738 | If a buffer already exists for running Eshell in the project's root, | 738 | If a buffer already exists for running Eshell in the project's root, |
| 739 | switch to it. Otherwise, create a new Eshell buffer. | 739 | switch to it. Otherwise, create a new Eshell buffer. |
| 740 | With \\[universal-argument] prefix arg, create a new Eshell buffer even | 740 | With \\[universal-argument] prefix arg, create a new Eshell buffer even |
| 741 | if one already exist." | 741 | if one already exists." |
| 742 | (interactive) | 742 | (interactive) |
| 743 | (let* ((default-directory (project-root (project-current t))) | 743 | (let* ((default-directory (project-root (project-current t))) |
| 744 | (eshell-buffer-name | 744 | (eshell-buffer-name |