; * eat.el (eat-eshell-mode): Fix docstring typo
This commit is contained in:
parent
dfa7e02557
commit
877a188021
1 changed files with 1 additions and 1 deletions
2
eat.el
2
eat.el
|
@ -5806,7 +5806,7 @@ symbol `buffer', in which case the point of current buffer is set."
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(define-minor-mode eat-eshell-mode
|
(define-minor-mode eat-eshell-mode
|
||||||
"Toggle Eat terminal emulation is Eshell."
|
"Toggle Eat terminal emulation in Eshell."
|
||||||
:global t
|
:global t
|
||||||
:lighter (eat--eshell-local-mode
|
:lighter (eat--eshell-local-mode
|
||||||
(" Eat-Eshell"
|
(" Eat-Eshell"
|
||||||
|
|
Loading…
Add table
Reference in a new issue