瀏覽代碼

ox-md: Fix docstring.

* lisp/ox-md.el (org-md--identity): Add missing full stop.
Nicolas Goaziou 4 年之前
父節點
當前提交
5d427aefb4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-md.el

+ 1 - 1
lisp/ox-md.el

@@ -290,7 +290,7 @@ INFO is a plist used as a communication channel."
   (org-export-data-with-backend datum 'html info))
 
 (defun org-md--identity (_datum contents _info)
-  "Return CONTENTS only"
+  "Return CONTENTS only."
   contents)