mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: emacs-bash-completion: Fix spelling of "Bash".
* gnu/packages/emacs.scm (emacs-bash-completion)[synopsis, description]: Fix spelling of "Bash".
This commit is contained in:
parent
a14a80da2e
commit
d3095f34a3
1 changed files with 2 additions and 2 deletions
|
@ -7357,10 +7357,10 @@ (define-public emacs-bash-completion
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue