summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)