Browse Source

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 năm trước cách đây
mục cha
commit
81d0b52f13
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.