Просмотр исходного кода

ox-koma-letter: Fix typo in docstring

* contrib/lisp/ox-koma-letter.el (org-koma-letter-prefer-subject): Fix
  typo.
Nicolas Goaziou 11 лет назад
Родитель
Сommit
6463b6c05d
1 измененных файлов с 2 добавлено и 5 удалено
  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)
   :type 'boolean)
 
 
 (defcustom org-koma-letter-prefer-subject nil
 (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,
 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
     :group 'org-export-koma-letter
     :type 'boolean)
     :type 'boolean)