瀏覽代碼

org-html.el (org-export-html-divs): Improve docstring.

* org-html.el (org-export-html-divs): Improve docstring.
Bastien Guerry 13 年之前
父節點
當前提交
236642dc54
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      lisp/org-html.el

+ 4 - 1
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:")