diff options
Diffstat (limited to 'lisp/org/ox-publish.el')
-rw-r--r-- | lisp/org/ox-publish.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ox-publish.el b/lisp/org/ox-publish.el index f35df1b2a9c..08762fbbfdd 100644 --- a/lisp/org/ox-publish.el +++ b/lisp/org/ox-publish.el @@ -61,7 +61,7 @@ Blocks could hash sha1 values here.") (defcustom org-publish-project-alist nil "Association list to control publishing behavior. -Each element of the alist is a publishing 'project.' The CAR of +Each element of the alist is a publishing “project”. The CAR of each element is a string, uniquely identifying the project. The CDR of each element is in one of the following forms: @@ -711,7 +711,7 @@ If `:auto-sitemap' is set, publish the sitemap too. If (defun org-publish-org-sitemap (project &optional sitemap-filename) "Create a sitemap of pages in set defined by PROJECT. Optionally set the filename of the sitemap with SITEMAP-FILENAME. -Default for SITEMAP-FILENAME is 'sitemap.org'." +Default for SITEMAP-FILENAME is `sitemap.org'." (let* ((project-plist (cdr project)) (dir (file-name-as-directory (plist-get project-plist :base-directory))) |