summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-09-27 16:32:20 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-01 21:27:36 +0200
commite7f4feba941df23ec5c94cdd75991bfe6c8e0177 (patch)
tree8f2985d264ae8288248426af2c2fc6ab219318bb
parentd1a24c5bf9e602910e1149f1360bbf38318c25c7 (diff)
downloadguix-patches-e7f4feba941df23ec5c94cdd75991bfe6c8e0177.tar
guix-patches-e7f4feba941df23ec5c94cdd75991bfe6c8e0177.tar.gz
gnu: emacs-filladapt: Fix typo in description.
* gnu/packages/emacs-xyz.scm (emacs-filladapt)[description]: Fix ‘funtions’ typo.
-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 6d0ce4f034..e0af9e3f07 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4491,7 +4491,7 @@ interface to pause.")
(home-page "http://elpa.gnu.org/packages/filladapt.html")
(synopsis "Adaptive fill for Emacs")
(description
- "This package provides funtions which enhance the default behavior of
+ "This package provides functions which enhance the default behavior of
Emacs' Auto Fill mode and the commands @code{fill-paragraph},
@code{lisp-fill-paragraph}, @code{fill-region-as-paragraph}, and
@code{fill-region}.