guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: emacs-org-reveal: Fix syntax error in description.


From: guix-commits
Subject: 02/03: gnu: emacs-org-reveal: Fix syntax error in description.
Date: Mon, 27 Apr 2020 04:56:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c170a15996caeca35d1077452f15eaba1a9db1de
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Apr 26 21:00:24 2020 +0200

    gnu: emacs-org-reveal: Fix syntax error in description.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-reveal)[description]: Fix Texinfo
    syntax error.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 17aea79..a0275cb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14314,7 +14314,7 @@ notes.")
       (build-system emacs-build-system)
       (home-page "https://github.com/yjwen/org-reveal";)
       (synopsis "Org and Reveal.js powered HTML presentation tool")
-      (description "Org-Reveal is a command@{org-mode} extension that allows
+      (description "Org-Reveal is a @command{org-mode} extension that allows
 to create beautiful presentations (slides) with 3D effects from simple but
 powerful Org contents.")
       (license license:gpl3+))))



reply via email to

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