From f277d95c3b6bdfb72d3a75793fe7058dfe6f263a Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 15 Jan 2017 16:40:54 -0500 Subject: [PATCH] ox-publish: Fix docstring typo * lisp/ox-publish.el (org-publish-property): Fix docstring typo. --- 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 e032c7e0d..5170a9a75 100644 --- a/lisp/ox-publish.el +++ b/lisp/ox-publish.el @@ -387,7 +387,7 @@ If there is no timestamp, create one." ;;; Getting project information out of `org-publish-project-alist' (defun org-publish-property (property project &optional default) - "Return value PROPERTY, as à symbol, in PROJECT. + "Return value PROPERTY, as a symbol, in PROJECT. DEFAULT is returned when PROPERTY is not actually set in PROJECT definition." (let ((properties (cdr project)))