diff --git a/modules/term/eshell/autoload/eshell.el b/modules/term/eshell/autoload/eshell.el index f5788d89c..aa7704593 100644 --- a/modules/term/eshell/autoload/eshell.el +++ b/modules/term/eshell/autoload/eshell.el @@ -113,7 +113,7 @@ ;;;###autoload (defun +eshell/here (&optional command) - "Open eshell in the current buffer." + "Open eshell in the current window." (interactive "P") (let ((buf (+eshell--unused-buffer))) (with-current-buffer (switch-to-buffer buf)