summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-07 16:31:24 +0100
committerBastien Guerry <bzg@altern.org>2013-03-07 16:31:24 +0100
commit81d0b52f13376dff23db7522b049ed0f52d776b9 (patch)
tree26c9f85e84072453c662aae0aeac7e8326cdabd7
parent8bf9e9aff833f246d3a8904c2cf92aaebe9826c8 (diff)
downloadorg-mode-81d0b52f13376dff23db7522b049ed0f52d776b9.tar.gz
ox-md.el (org-md-export-as-markdown): Tiny docstring fix
* ox-md.el (org-md-export-as-markdown): Tiny docstring fix.
-rw-r--r--lisp/ox-md.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-md.el b/lisp/ox-md.el
index cfbd3d3..9f500fc 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.