瀏覽代碼

ox-koma-letter: Fix a comment

* contrib/lisp/ox-koma-letter.el (org-koma-letter-keyword): Fix
  a comment.
Nicolas Goaziou 11 年之前
父節點
當前提交
bec2bc6744
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      contrib/lisp/ox-koma-letter.el

+ 2 - 2
contrib/lisp/ox-koma-letter.el

@@ -485,8 +485,8 @@ CONTENTS is nil.  INFO is a plist used as a communication
 channel."
   (let ((key (org-element-property :key keyword))
 	(value (org-element-property :value keyword)))
-    ;; Handle specifically BEAMER and TOC (headlines only) keywords.
-    ;; Otherwise, fallback to `latex' back-end.
+    ;; Handle specifically KOMA-LETTER keywords.  Otherwise, fallback
+    ;; to `latex' back-end.
     (if (equal key "KOMA-LETTER") value
       (org-export-with-backend 'latex keyword contents info))))