diff --git a/lisp/org-html.el b/lisp/org-html.el index bf2d012d7..28a0e8fec 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:")