summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Frankel <rick@rickster.com>2013-04-07 13:02:11 -0400
committerRick Frankel <rick@rickster.com>2013-04-07 13:02:11 -0400
commitb162dd43dbf7a0dea622087dc4801b062649615d (patch)
treec7d8e1968980afdce2554d02f412fc3a9dee0d35
parent3cdd81e820f46f9b669ff3f3d5a5b2f2a878fdb4 (diff)
downloadorg-mode-b162dd43dbf7a0dea622087dc4801b062649615d.tar.gz
Fix typo in doc string.
* lisp/ox-html.el (org-html-divs): Extra character in doc string.
-rw-r--r--lisp/ox-html.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 844a8d6..a229b85 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -892,7 +892,7 @@ org-info.js for your website."
'((preamble "div" "preamble")
(content "div" "content")
(postamble "div" "postamble"))
- "Alist of the threed section elements for HTML export.
+ "Alist of the three section elements for HTML export.
The car of each entry is one of 'preamble, 'content or 'postamble.
The cdrs of each entry are the ELEMENT_TYPE and ID for each
section of the exported document.