guix-commits
[Top][All Lists]
Advanced

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

19/19: gnu: libuemf: Work around Guile texinfo limitations.


From: guix-commits
Subject: 19/19: gnu: libuemf: Work around Guile texinfo limitations.
Date: Tue, 2 Jun 2020 12:16:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 86a03090afa711dfa2f141caee820b66d7942bc3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 2 18:15:08 2020 +0200

    gnu: libuemf: Work around Guile texinfo limitations.
    
    * gnu/packages/image.scm (libuemf)[description]: Substitute @acronym{}
    for @abbr{}.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 05b64dd..94e6abe 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -903,8 +903,8 @@ compose, and analyze GIF images.")
     (home-page "http://libuemf.sourceforge.net/";)
     (synopsis "Library for working with WFM, EMF and EMF+ images")
     (description "The libUEMF library is a portable C99 implementation for
-reading and writing @abbr{WFM, Windows Metafile}, @abbr{EMF, Enhanced
-Metafile}, and @abbr{EMF+, Enhanced Metafile Plus} files.")
+reading and writing @acronym{WFM, Windows Metafile}, @acronym{EMF, Enhanced
+Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} files.")
     (license license:gpl2+)))
 
 (define-public libungif



reply via email to

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