Archived
1
0
Fork 0

gnu: emacs-yaml: Fix typo in description.

* gnu/packages/emacs-xyz.scm (emacs-yaml)[description]: Fix typo.
This commit is contained in:
Nicolas Goaziou 2021-10-15 10:41:32 +02:00
parent ff3fca3080
commit 484583f7d1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10883,9 +10883,9 @@ that uses the standard completion function completing-read.")
(home-page "https://github.com/zkry/yaml.el") (home-page "https://github.com/zkry/yaml.el")
(synopsis "YAML parser in Elisp") (synopsis "YAML parser in Elisp")
(description (description
"@code{yaml.el} is a YAML parser written in Emacs List without "@code{yaml.el} is a YAML parser written in Emacs Lisp without any
any external dependencies. It provides an interface similar to the external dependencies. It provides an interface similar to the Emacs JSON
Emacs JSON parsing utility.") parsing utility.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-yaml-mode (define-public emacs-yaml-mode