소스 검색

ox-md.el (org-md-export-as-markdown): Tiny docstring fix

* ox-md.el (org-md-export-as-markdown): Tiny docstring fix.
Bastien Guerry 12 년 전
부모
커밋
81d0b52f13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ox-md.el

+ 1 - 1
lisp/ox-md.el

@@ -418,7 +418,7 @@ as a communication channel."
 
 ;;;###autoload
 (defun org-md-export-as-markdown (&optional async subtreep visible-only)
-  "Export current buffer to a text buffer.
+  "Export current buffer to a Markdown buffer.
 
 If narrowing is active in the current buffer, only export its
 narrowed part.