mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(eshell): fix +eshell/here docstring
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user