Browse Source

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

* ox-publish.el (org-publish-sitemap-date-format): Small
docstring enhancement.
Bastien Guerry 12 years ago
parent
commit
8900b27fc8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/ox-publish.el

+ 2 - 2
lisp/ox-publish.el

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