emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7221d84 1/2: ; project-shell, project-eshell: Doc fixes


From: Dmitry Gutov
Subject: master 7221d84 1/2: ; project-shell, project-eshell: Doc fixes
Date: Sun, 21 Jun 2020 18:49:28 -0400 (EDT)

branch: master
commit 7221d844b1c822e91ef300c746f8520e8e7518c7
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    ; project-shell, project-eshell: Doc fixes
---
 lisp/progmodes/project.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index bfbe236..5f4bfdf 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
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]