From b162dd43dbf7a0dea622087dc4801b062649615d Mon Sep 17 00:00:00 2001 From: Rick Frankel Date: Sun, 7 Apr 2013 13:02:11 -0400 Subject: [PATCH] Fix typo in doc string. * lisp/ox-html.el (org-html-divs): Extra character in doc string. --- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 844a8d681..a229b85ac 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.