Pārlūkot izejas kodu

ox-koma-letter: Fix typo in docstring

* contrib/lisp/ox-koma-letter.el (org-koma-letter-prefer-subject): Fix
  typo.
Nicolas Goaziou 9 gadi atpakaļ
vecāks
revīzija
6463b6c05d
1 mainītis faili ar 2 papildinājumiem un 5 dzēšanām
  1. 2 5
      contrib/lisp/ox-koma-letter.el

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

@@ -352,12 +352,9 @@ A headline is only used if #+OPENING is not set.  See also
   :type 'boolean)
 
 (defcustom org-koma-letter-prefer-subject nil
-  "Non-nil means title should be interpret as subject if subject is missing.
+  "Non-nil means title should be interpreted as subject if subject is missing.
 This option can also be set with the OPTIONS keyword,
-e.g. \"title-subject:t\".
-
-This may be useful for older documents where the SUBJECT keyword
-was not present."
+e.g. \"title-subject:t\"."
     :group 'org-export-koma-letter
     :type 'boolean)