mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: emacs-toml-mode: Fix syntax error in description.
* gnu/packages/emacs-xyz.scm (emacs-toml-mode)[description]: Replace usage of @acronym with @dfn to work around a Guile Texinfo limitation.
This commit is contained in:
parent
6c7a39c45e
commit
229f4fa952
1 changed files with 5 additions and 2 deletions
|
@ -2660,8 +2660,11 @@ (define-public emacs-toml-mode
|
|||
(home-page "https://github.com/dryman/toml-mode.el")
|
||||
(synopsis "Emacs major mode for editing TOML files")
|
||||
(description
|
||||
"This package provides a major mode for editing files in @acronym{TOML,
|
||||
Tom's Obvious, Minimal Language} data format.")
|
||||
;; XXX: Ideally we'd use @acronym for "TOML", but Guile's Texinfo
|
||||
;; parser does not currently support @comma{}, making it impossible
|
||||
;; to use commas in the @acronym arguments.
|
||||
"This package provides a major mode for editing files in @dfn{TOML}
|
||||
(Tom's Obvious, Minimal Language) data format.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-twittering-mode
|
||||
|
|
Loading…
Reference in a new issue