]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/eshell.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / eshell / eshell.el
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)