1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

; project-shell, project-eshell: Doc fixes

This commit is contained in:
Dmitry Gutov 2020-06-22 01:47:55 +03:00
parent 9fe2bdb88a
commit 7221d844b1

View File

@ -719,7 +719,7 @@ PREDICATE, HIST, and DEFAULT have the same meaning as in
If a buffer already exists for running a shell in the project's root,
switch to it. Otherwise, create a new shell buffer.
With \\[universal-argument] prefix arg, create a new inferior shell buffer even
if one already exist."
if one already exists."
(interactive)
(let* ((default-directory (project-root (project-current t)))
(default-project-shell-name
@ -738,7 +738,7 @@ if one already exist."
If a buffer already exists for running Eshell in the project's root,
switch to it. Otherwise, create a new Eshell buffer.
With \\[universal-argument] prefix arg, create a new Eshell buffer even
if one already exist."
if one already exists."
(interactive)
(let* ((default-directory (project-root (project-current t)))
(eshell-buffer-name