summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-09-04 23:52:12 +0200
committerLudovic Courtès <ludo@gnu.org>2017-09-04 23:52:44 +0200
commita913d9d9269b91b2b95d72e291c2dc62e163de7d (patch)
treea14b3621d13b086d8c4f2343420bcd99d1b7d92d
parent26361de404c48a3378fc828eaa36d23dfacca3f1 (diff)
downloadpatches-a913d9d9269b91b2b95d72e291c2dc62e163de7d.tar
patches-a913d9d9269b91b2b95d72e291c2dc62e163de7d.tar.gz
gnu: emacs-tiny: Fix typo.
* gnu/packages/emacs.scm (emacs-tiny)[description]: Fix typo.
-rw-r--r--gnu/packages/emacs.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 265b8d0aef..5d9fd728a5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5551,7 +5551,7 @@ It supports dired buffers and opens them in tree mode at destination.")
(synopsis "Quickly generate linear ranges in Emacs")
(description
"The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
-It iss meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
+It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
proficiency is an advantage, since you can transform your numeric range with
an elisp expression.")
(license license:gpl3+)))