summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-04-21 08:14:36 -0700
committerVagrant Cascadian <vagrant@debian.org>2021-04-21 08:34:35 -0700
commite0f983c0d55e301fc646d956039cc425ad18076d (patch)
tree8661549471c2cd196d1ed5e21837ced8fad74df9 /gnu
parenteb34afe1be30ad884d2a0960d0e4d02c7b106b34 (diff)
downloadguix-patches-e0f983c0d55e301fc646d956039cc425ad18076d.tar
guix-patches-e0f983c0d55e301fc646d956039cc425ad18076d.tar.gz
gnu: emacs-svg-icon: Fix grammar.
* gnu/packages/emacs-xyz.scm (emacs-svg-icon)[description]: Remove gratuitous use of "allows to".
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0a55982132..830550f3f9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17074,7 +17074,7 @@ or expressions with SVG rounded box labels that are fully customizable.")
(build-system emacs-build-system)
(home-page "https://github.com/rougier/emacs-svg-icon")
(synopsis "Emacs library to create SVG icons on the fly")
- (description "This library allows to create SVG icons by parsing remote
+ (description "This library allows creating SVG icons by parsing remote
collections whose license are compatibles with Emacs. The default size of an
icon is exactly 2x1 characters such that it can be inserted inside a text
without disturbing alignment.")