From 6463b6c05da452a0ef321b63285f0f9c3f625326 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 11 Jun 2015 22:44:15 +0200 Subject: [PATCH] ox-koma-letter: Fix typo in docstring * contrib/lisp/ox-koma-letter.el (org-koma-letter-prefer-subject): Fix typo. --- contrib/lisp/ox-koma-letter.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/contrib/lisp/ox-koma-letter.el b/contrib/lisp/ox-koma-letter.el index fde0a0b41..66bc19ecc 100644 --- a/contrib/lisp/ox-koma-letter.el +++ b/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) -- 2.11.4.GIT