0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00

ox-koma-letter: Fix typo in docstring

* contrib/lisp/ox-koma-letter.el (org-koma-letter-prefer-subject): Fix
  typo.
This commit is contained in:
Nicolas Goaziou 2015-06-11 22:44:15 +02:00
parent b856f66892
commit 6463b6c05d

View file

@ -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)