mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-tiny: Fix typo.
* gnu/packages/emacs.scm (emacs-tiny)[description]: Fix typo.
This commit is contained in:
parent
26361de404
commit
a913d9d926
1 changed files with 1 additions and 1 deletions
|
@ -5551,7 +5551,7 @@ (define-public emacs-tiny
|
||||||
(synopsis "Quickly generate linear ranges in Emacs")
|
(synopsis "Quickly generate linear ranges in Emacs")
|
||||||
(description
|
(description
|
||||||
"The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
|
"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
|
proficiency is an advantage, since you can transform your numeric range with
|
||||||
an elisp expression.")
|
an elisp expression.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue