Merge pull request #244 from ggreif/patch-2

Typo in doc string
This commit is contained in:
Yujie Wen 2016-11-04 10:50:47 +08:00 committed by GitHub
commit 97b751adb3
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ Each `attr_reveal' attribute is mapped to corresponding
tree)
(defun org-reveal--update-attr-html (elem frag default-style &optional frag-index)
"Update ELEM's attr_html atrribute with reveal's
"Update ELEM's attr_html attribute with reveal's
fragment attributes."
(let ((attr-html (org-element-property :attr_html elem)))
(when (and frag (not (string= frag "none")))