ox-publish: Fix docstring typo

* lisp/ox-publish.el (org-publish-property): Fix docstring typo.
This commit is contained in:
Kyle Meyer 2017-01-15 16:40:54 -05:00
parent f0c08e3cbb
commit f277d95c3b
1 changed files with 1 additions and 1 deletions

View File

@ -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)))