guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/11: gnu: emacs-bash-completion: Fix spelling of "Bash".


From: Ludovic Courtès
Subject: 10/11: gnu: emacs-bash-completion: Fix spelling of "Bash".
Date: Mon, 16 Jul 2018 11:15:00 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d3095f34a3bf7242c01c1f17b14a7230c0ebe0ef
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 16 17:08:28 2018 +0200

    gnu: emacs-bash-completion: Fix spelling of "Bash".
    
    * gnu/packages/emacs.scm (emacs-bash-completion)[synopsis, description]:
    Fix spelling of "Bash".
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a57f246..20d5597 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7357,10 +7357,10 @@ messaging service.")
                  ("bash-completion-prog" (string-append bash "/bin/bash"))))
              #t)))))
    (home-page "https://github.com/szermatt/emacs-bash-completion";)
-   (synopsis "BASH completion for the shell buffer")
+   (synopsis "Bash completion for the shell buffer")
    (description
     "@code{bash-completion} defines dynamic completion hooks for shell-mode
-and shell-command prompts that are based on bash completion.")
+and shell-command prompts that are based on Bash completion.")
    (license license:gpl2+)))
 
 (define-public emacs-easy-kill



reply via email to

[Prev in Thread] Current Thread [Next in Thread]