diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:14:36 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:34:35 -0700 |
commit | e0f983c0d55e301fc646d956039cc425ad18076d (patch) | |
tree | 8661549471c2cd196d1ed5e21837ced8fad74df9 /gnu/packages | |
parent | eb34afe1be30ad884d2a0960d0e4d02c7b106b34 (diff) | |
download | guix-e0f983c0d55e301fc646d956039cc425ad18076d.tar guix-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/packages')
-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 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.") |