summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-04-26 21:00:24 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-04-27 10:45:51 +0200
commitc170a15996caeca35d1077452f15eaba1a9db1de (patch)
tree62ffa92b656bdcdc6cdf2a50d374a11675dbe2e3
parent320dd1195e6ff3bc10001e37e97c161650091ebe (diff)
downloadpatches-c170a15996caeca35d1077452f15eaba1a9db1de.tar
patches-c170a15996caeca35d1077452f15eaba1a9db1de.tar.gz
gnu: emacs-org-reveal: Fix syntax error in description.
* gnu/packages/emacs-xyz.scm (emacs-org-reveal)[description]: Fix Texinfo syntax error.
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 17aea794c4..a0275cbe18 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+))))