From 5d427aefb481259c7ac8152f6d0f840fe0853aff Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 25 Jun 2020 20:36:26 +0200 Subject: [PATCH] ox-md: Fix docstring. * lisp/ox-md.el (org-md--identity): Add missing full stop. --- 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 1724a4f93..1d20c04f4 100644 --- a/lisp/ox-md.el +++ b/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)