summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2024-03-06 13:17:34 +0100
committerMartin Polden <mpolden@mpolden.no>2024-03-06 13:17:34 +0100
commit7efb2e8d69c24d7dbd8c13c53d99c7bd3d78f463 (patch)
tree578eb7736ef3c447e7d51dc33a66c45c588b312c
parent70c829959c1f6e8a73fa4bb4bda73f373cb9f24e (diff)
eshell: fix typo
-rw-r--r--lisp/init-eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-eshell.el b/lisp/init-eshell.el
index 952989a..2706a30 100644
--- a/lisp/init-eshell.el
+++ b/lisp/init-eshell.el
@@ -7,7 +7,7 @@
If `default-directory' is determined to be a project by
`project-current', the Eshell buffer will be created with
-`project-shell' instead of `eshell'."
+`project-eshell' instead of `eshell'."
(interactive)
(let ((buf (if (project-current)
(project-eshell)