aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-07-16 17:08:28 +0200
committerLudovic Courtès <ludo@gnu.org>2018-07-16 17:14:39 +0200
commitd3095f34a3bf7242c01c1f17b14a7230c0ebe0ef (patch)
tree7e38f8c290ba00952f15b312f25052e610357d03
parenta14a80da2e5c4daf88870518f1cb9e7d14cb338a (diff)
downloadguix-d3095f34a3bf7242c01c1f17b14a7230c0ebe0ef.tar
guix-d3095f34a3bf7242c01c1f17b14a7230c0ebe0ef.tar.gz
gnu: emacs-bash-completion: Fix spelling of "Bash".
* gnu/packages/emacs.scm (emacs-bash-completion)[synopsis, description]: Fix spelling of "Bash".
-rw-r--r--gnu/packages/emacs.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a57f246547..20d5597f5f 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