summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-08-25 15:09:44 +0200
committerBastien Guerry <bzg@altern.org>2011-08-25 15:09:44 +0200
commit236642dc549e7681716ae746f76c6e2a72aff495 (patch)
tree31571795446607b06d22a969830593370ec28b80
parent50412d29c5f34afbe76e3b4aa147c7f3399857d8 (diff)
downloadorg-mode-236642dc549e7681716ae746f76c6e2a72aff495.tar.gz
org-html.el (org-export-html-divs): Improve docstring.
* org-html.el (org-export-html-divs): Improve docstring.
-rw-r--r--lisp/org-html.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/org-html.el b/lisp/org-html.el
index bf2d012..28a0e8f 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -626,7 +626,10 @@ This variable is obsolete since Org version 7.7.
Please set `org-export-html-divs' instead.")
(defcustom org-export-html-divs '("preamble" "content" "postamble")
- "The name of the main divs for HTML export."
+ "The name of the main divs for HTML export.
+This is a list of three strings, the first one for the preamble
+DIV, the second one for the content DIV and the third one for the
+postamble DIV."
:group 'org-export-html
:type '(list
(string :tag " Div for the preamble:")