org-md: Fix docstring

* contrib/lisp/org-md.el (org-md-headline-style): Fix docstring.
This commit is contained in:
Nicolas Goaziou 2012-07-28 00:49:58 +02:00
parent 5dac2ca753
commit 144f2a3f9e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
(defcustom org-md-headline-style 'atx
"Style used to format headlines.
This variable can be set either `atx' or `setext'."
This variable can be set to either `atx' or `setext'."
:group 'org-export-md
:type '(choice
(const :tag "Use \"atx\" style" atx)