gnu: emacs-datetime: Improve description.
* gnu/packages/emacs-xyz.scm (emacs-datetime)[description]: Use a full sentence. Change-Id: If91529b485cfed49b4cc23ee31278b2befe43944master
parent
e2995c11a1
commit
3cb1f0fd02
|
@ -24301,8 +24301,9 @@ given function is invoked.")
|
||||||
(list emacs-extmap))
|
(list emacs-extmap))
|
||||||
(home-page "https://github.com/doublep/datetime/")
|
(home-page "https://github.com/doublep/datetime/")
|
||||||
(synopsis "Library to work with dates in Emacs")
|
(synopsis "Library to work with dates in Emacs")
|
||||||
(description "Parsing, formatting, matching and recoding
|
(description
|
||||||
timestamps and date-time format strings library for Emacs.")
|
"Datetime is an Emacs library for parsing, formatting, matching and
|
||||||
|
recoding timestamps and date-time format strings.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-org-mind-map
|
(define-public emacs-org-mind-map
|
||||||
|
|
Reference in New Issue