]> code.delx.au - gnu-emacs/commitdiff
Make spelling of "Eshell" consistent
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 23 Feb 2016 09:01:06 +0000 (20:01 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 23 Feb 2016 09:01:06 +0000 (20:01 +1100)
* lisp/eshell/esh-mode.el (eshell-mode): Spell it "Eshell".
* lisp/eshell/eshell.el (eshell-command):
Spell it "Eshell" (bug#21678).

lisp/eshell/esh-mode.el
lisp/eshell/eshell.el

index 388bc7473679f1664135dfed14b67ac369c6930a..074b94cc75d7668a59dda815b6edf3e9f10a0de4 100644 (file)
@@ -296,7 +296,7 @@ and the hook `eshell-exit-hook'."
   (run-hooks 'eshell-exit-hook))
 
 ;;;###autoload
-(define-derived-mode eshell-mode fundamental-mode "EShell"
+(define-derived-mode eshell-mode fundamental-mode "Eshell"
   "Emacs shell interactive mode."
   (setq-local eshell-mode t)
 
index 8b21730ef3310c69c3728d8c95738893dc1990b7..54281a72c7a348e6f59d6129059f1f87c432f677 100644 (file)
@@ -308,9 +308,9 @@ With prefix ARG, insert output into the current buffer at point."
                          (eshell-parse-command command))))
             intr
             (bufname (if (and proc (listp proc))
-                         "*EShell Async Command Output*"
+                         "*Eshell Async Command Output*"
                        (setq intr t)
-                       "*EShell Command Output*")))
+                       "*Eshell Command Output*")))
        (if (buffer-live-p (get-buffer bufname))
            (kill-buffer bufname))
        (rename-buffer bufname)