all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Simen Heggestøyl" <simenheg@gmail.com>
To: 21678@debbugs.gnu.org
Cc: johnw@gnu.org
Subject: bug#21678: [PATCH] 25.0.50; Standardize spelling of "Eshell"
Date: Tue, 13 Oct 2015 20:05:28 +0200	[thread overview]
Message-ID: <1444759528.4419.0@smtp.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1634 bytes --]

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@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



[-- Attachment #2: Type: text/html, Size: 2959 bytes --]

             reply	other threads:[~2015-10-13 18:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-13 18:05 Simen Heggestøyl [this message]
2016-02-23  9:01 ` bug#21678: [PATCH] 25.0.50; Standardize spelling of "Eshell" Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444759528.4419.0@smtp.gmail.com \
    --to=simenheg@gmail.com \
    --cc=21678@debbugs.gnu.org \
    --cc=johnw@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.