瀏覽代碼

ox-md: Fix docstring

* lisp/ox-md.el (org-md-link): Fix docstring.
Mak Kolybabi 5 年之前
父節點
當前提交
18d37e5803
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-md.el

+ 1 - 1
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'."