guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-csv: Use proper Texinfo markup in desc


From: guix-commits
Subject: branch master updated: gnu: emacs-csv: Use proper Texinfo markup in description.
Date: Sat, 28 Mar 2020 16:33:23 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 735a8d9  gnu: emacs-csv: Use proper Texinfo markup in description.
735a8d9 is described below

commit 735a8d997a92518d7d19926e1c8a1e385a98fdce
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sat Mar 28 21:33:16 2020 +0100

    gnu: emacs-csv: Use proper Texinfo markup in description.
    
    * gnu/packages/emacs-xyz.scm (emacs-csv)[description]: Use proper Texinfo
    markup.
---
 gnu/packages/emacs-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8324ad6..9d40b80 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21652,9 +21652,11 @@ supports generation of phonetic and numeric 
passwords.")
          "1vmazjrfcsa9aa9aw8bq5sazdhqvhxyj837dyw5lmh8gk7z0xdaa"))))
     (build-system emacs-build-system)
     (synopsis "Elisp functions for reading and parsing CSV files")
-    (description "@code{csv.el} provides functions for reading and parsing CSV 
(Comma
-Separated Value) files.  It follows the format as defined in RFC 4180 \"Common
-Format and MIME Type for CSV Files\" 
(@url{http://tools.ietf.org/html/rfc4180}).")
+    (description
+     "@code{csv.el} provides functions for reading and parsing @acronym{CSV,
+Comma-Separated Values} files.  It follows the format as defined in RFC 4180
+@emph{Common Format and MIME Type for CSV
+Files} (@url{http://tools.ietf.org/html/rfc4180}).")
     (license license:gpl3+)))
 
 (define-public emacs-org-journal



reply via email to

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