summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dye <tsd@tsdye.com>2012-12-04 06:39:13 -1000
committerBastien Guerry <bzg@altern.org>2012-12-23 00:36:38 +0100
commite873446a63a8bd9ec7f8dd93da8c55e68f8d074a (patch)
tree996762ca33d6b90742fd0ef09a94f247fa5a4288
parente815ab5f8e7d026a6bbca11e6aee51aa159ada20 (diff)
downloadorg-mode-e873446a63a8bd9ec7f8dd93da8c55e68f8d074a.tar.gz
Texinfo: Mention #+TEXINFO_POST_HEADER in comments
* contrib/lisp/org-e-texinfo.el: There are now nine keywords. TINYCHANGE
-rw-r--r--contrib/lisp/org-e-texinfo.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/lisp/org-e-texinfo.el b/contrib/lisp/org-e-texinfo.el
index d40234e..53df891 100644
--- a/contrib/lisp/org-e-texinfo.el
+++ b/contrib/lisp/org-e-texinfo.el
@@ -32,9 +32,12 @@
;; export. See contrib/lisp/org-export.el for more details on how
;; this exporter works.
;;
-;; It introduces eight new buffer keywords: "TEXINFO_CLASS",
-;; "TEXINFO_FILENAME", "TEXINFO_HEADER", "TEXINFO_DIR_CATEGORY",
-;; "TEXINFO_DIR_TITLE", "TEXINFO_DIR_DESC" "SUBTITLE" and "SUBAUTHOR".
+
+;; It introduces nine new buffer keywords: "TEXINFO_CLASS",
+;; "TEXINFO_FILENAME", "TEXINFO_HEADER", "TEXINFO_POST_HEADER",
+;; "TEXINFO_DIR_CATEGORY", "TEXINFO_DIR_TITLE", "TEXINFO_DIR_DESC"
+;; "SUBTITLE" and "SUBAUTHOR".
+
;;
;; It introduces 1 new headline property keywords:
;; "TEXINFO_MENU_TITLE" for optional menu titles.