From 29c2ae2005e5d4baf22e54ec0573bcaebe1d0c20 Mon Sep 17 00:00:00 2001 From: Mak Kolybabi Date: Sun, 10 May 2020 00:41:54 -0500 Subject: [PATCH] Correct doc string for org-md-link. --- 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 f27645976..7dbae07be 100644 --- a/lisp/ox-md.el +++ b/lisp/ox-md.el @@ -386,7 +386,7 @@ channel." ;;;; Link (defun org-md-link (link desc info) - "Transcode LINE-BREAK object into Markdown format. + "Transcode LINK object into Markdown format. DESC is the description part of the link, or the empty string. INFO is a plist holding contextual information. See `org-export-data'." -- 2.24.2 (Apple Git-127)