guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-parseclj: Fix description.


From: guix-commits
Subject: branch master updated: gnu: emacs-parseclj: Fix description.
Date: Thu, 18 Feb 2021 10:28:41 -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 cedd805  gnu: emacs-parseclj: Fix description.
cedd805 is described below

commit cedd80550fb4e48a1787791b5fe1dc4ca041f55c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 16:27:51 2021 +0100

    gnu: emacs-parseclj: Fix description.
    
    * gnu/packages/emacs-xyz.scm (emacs-parseclj)[description]: Use full 
sentence.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 436e17f..3688903 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25181,9 +25181,9 @@ It uses parseclj's shift-reduce parser internally.")
     (home-page "https://cider.mx";)
     (synopsis "Clojure parser for Emacs Lisp")
     (description
-     "An Emacs Lisp library for parsing Clojure code and EDN data.
-It supports several input and output formats, all powered by the
-same shift-reduce parser function.")
+     "Parseclj is an Emacs Lisp library for parsing Clojure code and EDN data.
+It supports several input and output formats, all powered by the same
+shift-reduce parser function.")
     (license license:gpl3+)))
 
 (define-public emacs-hide-mode-line



reply via email to

[Prev in Thread] Current Thread [Next in Thread]