summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-01-15 16:40:54 -0500
committerKyle Meyer <kyle@kyleam.com>2017-01-15 16:41:22 -0500
commitf277d95c3b6bdfb72d3a75793fe7058dfe6f263a (patch)
tree4c2af75ddcddecf056c8ea8759d86b6bf9a6ed53
parentf0c08e3cbb9a2235a458d7826f4626e501338e0e (diff)
downloadorg-mode-f277d95c3b6bdfb72d3a75793fe7058dfe6f263a.tar.gz
ox-publish: Fix docstring typo
* lisp/ox-publish.el (org-publish-property): Fix docstring typo.
-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 e032c7e..5170a9a 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)))