0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:00:49 +00:00

ox-md: Fix docstring

* lisp/ox-md.el (org-md-link): Fix docstring.
This commit is contained in:
Mak Kolybabi 2020-05-10 00:41:54 -05:00 committed by Nicolas Goaziou
parent 8e6fb13a48
commit 18d37e5803

View file

@ -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'."