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 e36065c  gnu: emacs-4clojure: Fix typos in description.
e36065c is described below

commit e36065c1a4ee4c48e3a0d4ba7b09cc1cba5f579b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Thu Apr 23 00:13:11 2020 +0200

    gnu: emacs-4clojure: Fix typos in description.
    
    * gnu/packages/emacs-xyz.scm (emacs-4clojure)[description]: Fix typos.
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9c1d6f4..e312a91 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5405,9 +5405,10 @@ board and goal value can be customized.")
        `(("emacs-request" ,emacs-request)))
       (home-page "https://github.com/emacsorphanage/4clojure/";)
       (synopsis "Open and evaluate 4clojure questions in Emacs")
-      (description "Emacs 4clojure interacts with @url{http://www4clojure.com,
-4clojure} problems.  You can open a specific question and move to the next or
-previous one.  You can also verify you answers.")
+      (description "Emacs 4clojure interacts with
+@url{http://www.4clojure.com, 4clojure} problems.  You can open a specific
+question and move to the next or previous one.  You can also verify your
+answers.")
       (license license:gpl3))))
 
 (define-public emacs-base16-theme

Reply via email to