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