소스 검색

org-md: Fix docstring

* contrib/lisp/org-md.el (org-md-headline-style): Fix docstring.
Nicolas Goaziou 12 년 전
부모
커밋
144f2a3f9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/lisp/org-md.el

+ 1 - 1
contrib/lisp/org-md.el

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