Browse Source

Fix typos.

Carsten Dominik 17 years ago
parent
commit
2491b7e55d
2 changed files with 3 additions and 3 deletions
  1. 1 1
      ORGWEBPAGE/Changes.org
  2. 2 2
      lisp/org-exp.el

+ 1 - 1
ORGWEBPAGE/Changes.org

@@ -112,7 +112,7 @@
     Finally, all subtrees that are marked by any of the /exclude/
     tags will be removed from the export buffer.
 
-    You may set these tags with inbuffer-options
+    You may set these tags with in-buffer options
     =EXPORT_SELECT_TAGS= and =EXPORT_EXCLUDE_TAGS=.
 
     This useful feature was a request by Richard G Rigley.

+ 2 - 2
lisp/org-exp.el

@@ -759,9 +759,9 @@ or if they are only using it locally."
 (defconst org-level-max 20)
 
 (defvar org-export-html-preamble nil
-  "Preamble, to be inserted just after <body>.  Set by publishing functions.")
+  "Preamble, to be inserted just before <body>.  Set by publishing functions.")
 (defvar org-export-html-postamble nil
-  "Preamble, to be inserted just before </body>.  Set by publishing functions.")
+  "Preamble, to be inserted just after </body>.  Set by publishing functions.")
 (defvar org-export-html-auto-preamble t
   "Should default preamble be inserted?  Set by publishing functions.")
 (defvar org-export-html-auto-postamble t