gnu: emacs-mbsync: Fix grammar of "allows to call" to "calls".

* gnu/packages/emacs-xyz (emacs-mbsync): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 15:21:50 -07:00
parent 9df26b0206
commit 9df53f726d
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -13960,7 +13960,7 @@ (define-public emacs-mbsync
(build-system emacs-build-system)
(home-page "https://github.com/dimitri/mbsync-el")
(synopsis "Interface to mbsync for Emacs")
(description "This package allows to call the @code{mbsync} from
(description "This package calls @code{mbsync} from
within Emacs.")
(license license:gpl3+))))