Fix docstring in ox-deck (STEP not slide).

This commit is contained in:
Rick Frankel 2014-01-11 18:25:14 -05:00
parent 2eadfdfc07
commit 1a1f7bbe68
1 changed files with 1 additions and 1 deletions

View File

@ -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)))