guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-yaml: Fix typo in description.


From: guix-commits
Subject: branch master updated: gnu: emacs-yaml: Fix typo in description.
Date: Fri, 15 Oct 2021 04:42:21 -0400

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 484583f  gnu: emacs-yaml: Fix typo in description.
484583f is described below

commit 484583f7d1dfadb086512a95fce85cf7b5c70e35
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 15 10:41:32 2021 +0200

    gnu: emacs-yaml: Fix typo in description.
    
    * gnu/packages/emacs-xyz.scm (emacs-yaml)[description]: Fix typo.
---
 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 8233089..33f707f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10883,9 +10883,9 @@ that uses the standard completion function 
completing-read.")
     (home-page "https://github.com/zkry/yaml.el";)
     (synopsis "YAML parser in Elisp")
     (description
-     "@code{yaml.el} is a YAML parser written in Emacs List without
-any external dependencies.  It provides an interface similar to the
-Emacs JSON parsing utility.")
+     "@code{yaml.el} is a YAML parser written in Emacs Lisp without any
+external dependencies.  It provides an interface similar to the Emacs JSON
+parsing utility.")
     (license license:gpl3+)))
 
 (define-public emacs-yaml-mode



reply via email to

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