diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:02:54 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:04:44 -0700 |
commit | eee98f96a6a79ea7c593e70e4170f5ec84e3726c (patch) | |
tree | 401af7b239c988439d640f5d9de86238bac582ac /gnu/packages | |
parent | a74ae84a36d1ccfcc4d7403fe1b718bd32873724 (diff) | |
download | guix-eee98f96a6a79ea7c593e70e4170f5ec84e3726c.tar.gz guix-eee98f96a6a79ea7c593e70e4170f5ec84e3726c.zip |
gnu: fe: Fix grammar "allows to fold" to "folds".
* gnu/packages/text-editors (fe): Fix grammar.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 48f19ecb1b..36571e7846 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -908,7 +908,7 @@ The basic features of Geany are: `(("ncurses" ,ncurses))) (home-page "http://www.moria.de/~michael/fe/") (synopsis "Small folding editor") - (description "Fe is a small folding editor. It allows to fold + (description "Fe is a small folding editor. It folds arbitrary text regions; it is not bound to syntactic units. Fe has no configuration or extension language and requires no setup. |