summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Frankel <rick@rickster.com>2014-01-11 18:25:14 -0500
committerRick Frankel <rick@rickster.com>2014-01-11 18:25:14 -0500
commit1a1f7bbe68706ad33d113984cfc3a998f4076467 (patch)
treef0d0fe13c329d869bf19e0b1c7f77a362005b931
parent2eadfdfc072da65c7e810c9454e7d6e8dbf0f453 (diff)
downloadorg-mode-1a1f7bbe68706ad33d113984cfc3a998f4076467.tar.gz
Fix docstring in ox-deck (STEP not slide).
-rw-r--r--contrib/lisp/ox-deck.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/ox-deck.el b/contrib/lisp/ox-deck.el
index a60ff65..87081a5 100644
--- a/contrib/lisp/ox-deck.el
+++ b/contrib/lisp/ox-deck.el
@@ -368,7 +368,7 @@ holding export options."
"Transcode an ITEM element from Org to HTML.
CONTENTS holds the contents of the item. INFO is a plist holding
contextual information.
-If the containing headline has the property :slide, then
+If the containing headline has the property :STEP, then
the \"slide\" class will be added to the to the list element,
which will make the list into a \"build\"."
(let ((text (org-html-item item contents info)))