Fix typo in doc string.

* lisp/ox-html.el (org-html-divs): Extra character in doc string.
This commit is contained in:
Rick Frankel 2013-04-07 13:02:11 -04:00
parent 3cdd81e820
commit b162dd43db
1 changed files with 1 additions and 1 deletions

View File

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