gnu: emacs-evil-surround: Fix typo "parentheses".
* gnu/packages/emacs-xyz (emacs-evil-surround) [synopsis]: Fix typo. [description]: Fix typo.
This commit is contained in:
parent
27513c441c
commit
0a71b5dc09
1 changed files with 2 additions and 2 deletions
|
@ -7714,9 +7714,9 @@ pressed simultaneously or a single key quickly pressed twice.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-evil" ,emacs-evil)))
|
`(("emacs-evil" ,emacs-evil)))
|
||||||
(home-page "https://github.com/timcharper/evil-surround")
|
(home-page "https://github.com/timcharper/evil-surround")
|
||||||
(synopsis "Easily modify surrounding parantheses and quotes")
|
(synopsis "Easily modify surrounding parentheses and quotes")
|
||||||
(description "@code{emacs-evil-surround} allows easy deletion, change and
|
(description "@code{emacs-evil-surround} allows easy deletion, change and
|
||||||
addition of surrounding pairs, such as parantheses and quotes, in evil mode.")
|
addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-evil-commentary
|
(define-public emacs-evil-commentary
|
||||||
|
|
Reference in a new issue