summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-01-15 16:44:56 -0500
committerKyle Meyer <kyle@kyleam.com>2017-01-15 16:44:56 -0500
commit84de6bab997384da8e6a3f721656c284317848df (patch)
tree9c016e5f202796d5bccfd6c2300b872295bbc8e3
parent4d9857f97b1bb4f7237ef1ce5d2602bca6b4fe33 (diff)
parentf277d95c3b6bdfb72d3a75793fe7058dfe6f263a (diff)
downloadorg-mode-84de6bab997384da8e6a3f721656c284317848df.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el
index 17437ba..fa85174 100644
--- a/lisp/ox-publish.el
+++ b/lisp/ox-publish.el
@@ -396,7 +396,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)))