ox-publish.el (org-publish-sitemap-date-format): Small docstring enhancement

* ox-publish.el (org-publish-sitemap-date-format): Small
docstring enhancement.
This commit is contained in:
Bastien Guerry 2013-02-23 14:37:23 +01:00
parent b52ae35536
commit 8900b27fc8
1 changed files with 2 additions and 2 deletions

View File

@ -305,8 +305,8 @@ You can overwrite this default per project in your
:type 'boolean)
(defcustom org-publish-sitemap-date-format "%Y-%m-%d"
"Format for `format-time-string' which is used to print a date
in the sitemap."
"Format for printing a date in the sitemap.
See `format-time-string' for allowed formatters."
:group 'org-export-publish
:type 'string)