mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-24 11:11:12 +02:00
gnu: emacs-yaml: Fix typo in description.
* gnu/packages/emacs-xyz.scm (emacs-yaml)[description]: Fix typo.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user