diff options
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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+))) |