From 81d0b52f13376dff23db7522b049ed0f52d776b9 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 7 Mar 2013 16:31:24 +0100 Subject: [PATCH] ox-md.el (org-md-export-as-markdown): Tiny docstring fix * ox-md.el (org-md-export-as-markdown): Tiny docstring fix. --- lisp/ox-md.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-md.el b/lisp/ox-md.el index cfbd3d3ac..9f500fcfe 100644 --- a/lisp/ox-md.el +++ b/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.