소스 검색

ox-publish: Fix docstring typo

* lisp/ox-publish.el (org-publish-property): Fix docstring typo.
Kyle Meyer 8 년 전
부모
커밋
f277d95c3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ox-publish.el

+ 1 - 1
lisp/ox-publish.el

@@ -387,7 +387,7 @@ If there is no timestamp, create one."
 ;;; Getting project information out of `org-publish-project-alist'
 ;;; Getting project information out of `org-publish-project-alist'
 
 
 (defun org-publish-property (property project &optional default)
 (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
 DEFAULT is returned when PROPERTY is not actually set in PROJECT
 definition."
 definition."
   (let ((properties (cdr project)))
   (let ((properties (cdr project)))