From 7ec0cceba49bf4249f8c02049be9ce6c93443f6c Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 18 Sep 2010 18:10:34 +0200 Subject: [PATCH] org-export-html-postamble: fix docstring. --- lisp/org-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 1a96fa12c..2d225beff 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -519,7 +519,7 @@ with a link to this URL." "Preamble, to be inserted just after . Set by publishing functions. This may also be a function, building and inserting the preamble.") (defvar org-export-html-postamble nil - "Preamble, to be inserted just before . Set by publishing functions. + "Postamble, to be inserted just before . Set by publishing functions. This may also be a function, building and inserting the postamble.") (defvar org-export-html-auto-preamble t "Should default preamble be inserted? Set by publishing functions.")