From 61cee32d040dbaeed113307f5c3a3ac70e374119 Mon Sep 17 00:00:00 2001 From: Tony Date: Sun, 23 Jan 2022 01:42:07 -0500 Subject: [PATCH] docs(eshell): fix +eshell/here docstring --- modules/term/eshell/autoload/eshell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)