diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:18:25 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:23:06 -0700 |
commit | 132c50b0e12682f7fdacf8f0d9965445cfe8b691 (patch) | |
tree | 0c63d10c4353e215c117378e418239d8110e0a0c | |
parent | 2918485c9f21102eb378c18dc50b57350371eb0f (diff) | |
download | guix-132c50b0e12682f7fdacf8f0d9965445cfe8b691.tar.gz guix-132c50b0e12682f7fdacf8f0d9965445cfe8b691.zip |
gnu: emacs-google-maps: Fix grammar of "allows to display" to "displays".
(emacs-google-maps): Fix grammar.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c43cb5e1cd..c3c8a712f3 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2019,7 +2019,7 @@ written in the Go programming language.") (build-system emacs-build-system) (home-page "https://github.com/jd/google-maps.el") (synopsis "Access Google Maps from Emacs") - (description "The @code{google-maps} package allows to display Google + (description "The @code{google-maps} package displays Google Maps directly inside Emacs.") (license license:gpl3+))) |