ox-md: Fix docstring.

* lisp/ox-md.el (org-md--identity): Add missing full stop.
This commit is contained in:
Nicolas Goaziou 2020-06-25 20:36:26 +02:00
parent 15029c8abb
commit 5d427aefb4
1 changed files with 1 additions and 1 deletions

View File

@ -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)