From 38723463db5bd72d52ea9137408e535c7290a241 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Fri, 3 Nov 2023 09:21:37 +0200 Subject: [PATCH] org-publish-project-alist: Fix checkdoc warning Clarify that `user-full-name' refers to a variable. --- lisp/ox-publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index 3a133fe63..1e88667ac 100644 --- a/lisp/ox-publish.el +++ b/lisp/ox-publish.el @@ -165,7 +165,7 @@ and are equivalent to the corresponding user variables listed in the right column. Backend specific properties may also be included. See the backend documentation for more information. - :author `user-full-name' + :author variable `user-full-name' :creator `org-export-creator-string' :email `user-mail-address' :exclude-tags `org-export-exclude-tags'