GNU bug report logs - #39748
[PATCH] gnu: emacs-elixir-mode: Fix capitalization in description.

Previous Next

Package: guix-patches;

Reported by: Kyle Meyer <kyle <at> kyleam.com>

Date: Sat, 22 Feb 2020 21:49:01 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Kyle Meyer <kyle <at> kyleam.com>
Subject: bug#39748: closed (Re: [bug#39748] [PATCH] gnu: emacs-elixir-mode:
 Fix capitalization in description.)
Date: Wed, 26 Feb 2020 20:41:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#39748: [PATCH] gnu: emacs-elixir-mode: Fix capitalization in description.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 39748 <at> debbugs.gnu.org.

-- 
39748: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39748
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Kyle Meyer <kyle <at> kyleam.com>, 39748-done <at> debbugs.gnu.org
Cc: Kyle Meyer <kyle <at> kyleam.com>
Subject: Re: [bug#39748] [PATCH] gnu: emacs-elixir-mode: Fix capitalization in
 description.
Date: Wed, 26 Feb 2020 21:40:29 +0100
[Message part 3 (text/plain, inline)]
Kyle Meyer <kyle <at> kyleam.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-elixir-mode)[description]: Downcase
> incorrectly capitalized word.

Applied, thanks!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Kyle Meyer <kyle <at> kyleam.com>
To: guix-patches <at> gnu.org
Cc: Kyle Meyer <kyle <at> kyleam.com>
Subject: [PATCH] gnu: emacs-elixir-mode: Fix capitalization in description.
Date: Sat, 22 Feb 2020 16:48:02 -0500
* gnu/packages/emacs-xyz.scm (emacs-elixir-mode)[description]: Downcase
incorrectly capitalized word.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1247c01e63..d64b5bb864 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20332,7 +20332,7 @@ (define-public emacs-elixir-mode
      "https://github.com/elixir-editors/emacs-elixir")
     (synopsis "Major mode for editing Elixir files")
     (description
-     "Elixir-Mode Provides font-locking, indentation and navigation support
+     "Elixir-Mode provides font-locking, indentation and navigation support
  for the Elixir programming language.")
     (license license:gpl3+)))
 

base-commit: 8017eb0ae8d7fee1669e909b116670da374d0ce3
-- 
2.25.1




This bug report was last modified 5 years and 149 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.