From b6b7057467b6b22f26e6be2af090295e33821e6b Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 15 Mar 2011 16:18:38 +0100 Subject: [PATCH] Tiny docstring fix. --- lisp/org-html.el | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 152498ea4..c2632e15d 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -345,12 +345,13 @@ CSS classes, then this prefix can be very useful." (defcustom org-export-html-preamble t "Non-nil means insert a preamble in HTML export. -When `t', insert a string as defined by the formatting string in -`org-export-html-preamble-format'. When set to a string, this -string overrides `org-export-html-preamble-format'. When set to -a function, apply this function and insert the returned string. -The function takes the property list of export options as its -only argument. + +When `t', insert a string as defined by one of the formatting +strings in `org-export-html-preamble-format'. When set to a +string, this string overrides `org-export-html-preamble-format'. +When set to a function, apply this function and insert the +returned string. The function takes the property list of export +options as its only argument. Setting :html-preamble in publishing projects will take precedence over this variable." -- 2.11.4.GIT