docs(eshell): fix +eshell/here docstring
This commit is contained in:
parent
db08aeaa7a
commit
61cee32d04
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue