]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/eshell.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / eshell / eshell.el
index 553955155efe96112d882593a2952773b5ec9a8b..54281a72c7a348e6f59d6129059f1f87c432f677 100644 (file)
@@ -1,6 +1,6 @@
 ;;; eshell.el --- the Emacs command shell  -*- lexical-binding:t -*-
 
-;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2016 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 ;; Version: 2.4.2
@@ -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)