[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-citre: Improve synopsis and descriptio
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-citre: Improve synopsis and description. |
Date: |
Sat, 07 Jan 2023 06:39:32 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7c01abeb6e gnu: emacs-citre: Improve synopsis and description.
7c01abeb6e is described below
commit 7c01abeb6ef9edd54cdaa6172cce4d50ca32ccf7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 7 12:37:25 2023 +0100
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(-)
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+)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-citre: Improve synopsis and description.,
guix-commits <=