gnu: emacs-citre: Improve synopsis and description.

* gnu/packages/emacs-xyz.scm (emacs-citre)[synopsis]: Clarify meaning.
[description]: Fix typo.
This commit is contained in:
Nicolas Goaziou 2023-01-07 12:37:25 +01:00
parent d9a45d2cc8
commit 7c01abeb6e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -34186,11 +34186,11 @@ (define-public emacs-citre
(search-input-file inputs "/bin/global"))))))))
(inputs (list global universal-ctags))
(home-page "https://github.com/universal-ctags/citre")
(synopsis "Ctags IDE on the True Editor")
(synopsis "Ctags IDE on Emacs")
(description
"Citre is an advanced Ctags (or actually, readtags) frontend for
Emacs. It offers Completion At Point, Xref and Imenu integration. It also
prodites a Completing Read UI for jumping to definition and a powerful code
provides a Completing Read UI for jumping to definition and a powerful code
reading tool that lets you go down the rabbit hole without leaving current
buffer.")
(license license:gpl3+)))