Browse Source

Fix typo in doc string.

* lisp/ox-html.el (org-html-divs): Extra character in doc string.
Rick Frankel 12 years ago
parent
commit
b162dd43db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
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.