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.master
parent
6c7a39c45e
commit
229f4fa952
|
@ -2660,8 +2660,11 @@ Stack Overflow, Super User, and other StackExchange sites.")
|
||||||
(home-page "https://github.com/dryman/toml-mode.el")
|
(home-page "https://github.com/dryman/toml-mode.el")
|
||||||
(synopsis "Emacs major mode for editing TOML files")
|
(synopsis "Emacs major mode for editing TOML files")
|
||||||
(description
|
(description
|
||||||
"This package provides a major mode for editing files in @acronym{TOML,
|
;; XXX: Ideally we'd use @acronym for "TOML", but Guile's Texinfo
|
||||||
Tom's Obvious, Minimal Language} data format.")
|
;; 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+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-twittering-mode
|
(define-public emacs-twittering-mode
|
||||||
|
|
Reference in New Issue