Переглянути джерело

Texinfo: Mention #+TEXINFO_POST_HEADER in comments

* contrib/lisp/org-e-texinfo.el: There are now nine keywords.

TINYCHANGE
Thomas Dye 12 роки тому
батько
коміт
e873446a63
1 змінених файлів з 6 додано та 3 видалено
  1. 6 3
      contrib/lisp/org-e-texinfo.el

+ 6 - 3
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.