summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2010-09-18 18:10:34 +0200
committerBastien Guerry <bzg@altern.org>2010-09-18 18:10:34 +0200
commit7ec0cceba49bf4249f8c02049be9ce6c93443f6c (patch)
treead359049ff7bdd429c4251d8c5ccda1a6758fe14
parentcb543166e298bdb1a000a997f4734ae241aae71c (diff)
downloadorg-mode-7ec0cceba49bf4249f8c02049be9ce6c93443f6c.tar.gz
org-export-html-postamble: fix docstring.
-rw-r--r--lisp/org-html.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-html.el b/lisp/org-html.el
index 1a96fa1..2d225be 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 <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.")