docs(eshell): fix +eshell/here docstring

This commit is contained in:
Tony 2022-01-23 01:42:07 -05:00 committed by Henrik Lissner
parent db08aeaa7a
commit 61cee32d04

View file

@ -113,7 +113,7 @@
;;;###autoload ;;;###autoload
(defun +eshell/here (&optional command) (defun +eshell/here (&optional command)
"Open eshell in the current buffer." "Open eshell in the current window."
(interactive "P") (interactive "P")
(let ((buf (+eshell--unused-buffer))) (let ((buf (+eshell--unused-buffer)))
(with-current-buffer (switch-to-buffer buf) (with-current-buffer (switch-to-buffer buf)