emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ed91405 3/4: Make spelling of "Eshell" consistent


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master ed91405 3/4: Make spelling of "Eshell" consistent
Date: Tue, 23 Feb 2016 09:13:28 +0000

branch: master
commit ed91405a07f694b0061ff5ebf9972a726cb1cb6e
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Make spelling of "Eshell" consistent
    
    * 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 |    2 +-
 lisp/eshell/eshell.el   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index 388bc74..074b94c 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -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)
 
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el
index 8b21730..54281a7 100644
--- a/lisp/eshell/eshell.el
+++ b/lisp/eshell/eshell.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]