summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-01-07 12:37:25 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-01-07 12:37:25 +0100
commit7c01abeb6ef9edd54cdaa6172cce4d50ca32ccf7 (patch)
treef07a5919fe5b9061acae48127f72cac60169f2bc /gnu
parentd9a45d2cc857ae1f36465a31a482c379938843aa (diff)
downloadguix-7c01abeb6ef9edd54cdaa6172cce4d50ca32ccf7.tar.gz
gnu: emacs-citre: Improve synopsis and description.
* gnu/packages/emacs-xyz.scm (emacs-citre)[synopsis]: Clarify meaning.
[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
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+)))