From 7c01abeb6ef9edd54cdaa6172cce4d50ca32ccf7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 7 Jan 2023 12:37:25 +0100 Subject: gnu: emacs-citre: Improve synopsis and description. * gnu/packages/emacs-xyz.scm (emacs-citre)[synopsis]: Clarify meaning. [description]: Fix typo. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 242d4058a8..f9464dba3e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -34186,11 +34186,11 @@ project.el and xref.el.") (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+))) -- cgit 1.4.1