From b6b6f595f20709ca81758e3b5048ed63401588be Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 16 Aug 2021 16:49:47 +0000 Subject: [PATCH] fix checkdoc warning Signed-off-by: Justin Abrahms --- ox-gemini.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-gemini.el b/ox-gemini.el index 34d09f8..9e19de7 100644 --- a/ox-gemini.el +++ b/ox-gemini.el @@ -112,7 +112,7 @@ It's output just before each section. LINKS is a list of each link. INFO is a DESC is the link text Note: the footer with the actual links are handled in -org-gemini--describe-links" +`org-gemini--describe-links'." (if (org-string-nw-p desc) (format "[%s]" desc)))