浏览代码

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.