Browse Source

ox-koma-letter: Fix a docstring

* contrib/lisp/ox-koma-letter.el (org-koma-letter-closing): Fix
  docstring.
Nicolas Goaziou 11 years ago
parent
commit
7c39f1b5bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/lisp/ox-koma-letter.el

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

@@ -181,7 +181,7 @@ t the value opening will be implicit set as the headline title."
   :type 'string)
 
 (defcustom org-koma-letter-closing ""
-  "Koma-Letter's closing, as a string."
+  "Letter's closing, as a string."
   :group 'org-export-koma-letter
   :type 'string)