org-export-html-postamble: fix docstring.

This commit is contained in:
Bastien Guerry 2010-09-18 18:10:34 +02:00
parent cb543166e2
commit 7ec0cceba4
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ with a link to this URL."
"Preamble, to be inserted just after <body>. 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 </body>. Set by publishing functions.
"Postamble, to be inserted just before </body>. 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.")