GNU bug report logs -
#21678
[PATCH] 25.0.50; Standardize spelling of "Eshell"
Previous Next
Reported by: Simen Heggestøyl <simenheg <at> gmail.com>
Date: Tue, 13 Oct 2015 18:06:01 UTC
Severity: wishlist
Tags: fixed, patch
Fixed in version 26.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Eshell's name is usually spelled "Eshell", but in a few places it's
"EShell". I propose we standardize the spelling to be "Eshell"
everywhere.
From 00ffaca1dbe3ca78ad0e03b9d5e92908ce09a504 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simen=20Heggest=C3=B8yl?= <simenheg <at> gmail.com>
Date: Sun, 11 Oct 2015 10:07:10 +0200
Subject: [PATCH] Standardize spelling of "Eshell"
* lisp/eshell/esh-mode.el (eshell-mode):
* lisp/eshell/eshell.el (eshell-command):
Spell it "Eshell".
---
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 3df820d..b99e37d 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 5539551..fac601e 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)
--
2.6.1
[Message part 2 (text/html, inline)]
This bug report was last modified 8 years and 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.