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

  • Done
  • quality assurance status badge
Details
2 participants
  • Kyle Meyer
  • Marius Bakke
Owner
unassigned
Submitted by
Kyle Meyer
Severity
normal

Debbugs page

Kyle Meyer wrote 5 years ago
(address . guix-patches@gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20200222214802.13812-1-kyle@kyleam.com
* 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(-)

Toggle diff (17 lines)
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
Marius Bakke wrote 5 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)
875zft3ww2.fsf@devup.no
Kyle Meyer <kyle@kyleam.com> writes:

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

Applied, thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl5W174ACgkQoqBt8qM6
VPomGwf/eMTCAfqSVmkY86OOQGN9/8VmkDNG3SIePiXAeM/YC9OAoiHiYQysP069
BeSApHNDC4zNK75jMrR6L06NQKGVtzWTIK5z6xdu0aMFsNwr0SwNolaJvppps7ss
JFGvRfMzZRmeR0Dkpue23Yqtapl1xiGSm4lKT7+wL+qyhVX5RYwvsSAQkpC+6QXh
jxCtGWJHOzCdHBKrspCXV+PZ9WizVg4ghfggNwBrxBg4iGx/fS5uPts/cZf9E0Q1
Kl3Wpm8jlDJXCnr836u7UjZJqoK1vtVYZwUzLwU/W3d7ov/wE6YrG/JF8/dkeeKC
vUj3h/+AKfvij119WC+81IXbMmgjzg==
=xt0X
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39748@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39748
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help