summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-12-04 11:44:23 +0100
committerBastien Guerry <bzg@altern.org>2011-12-04 11:44:23 +0100
commit3aaa5203fd6cd7ee1fec30f828ee26699cd09486 (patch)
tree630aacf5e2333c3ccaf8eed7ebcee742b09e27bd
parent816f60b0c76c9b9713d3155fd0ac280116ef50fb (diff)
downloadorg-mode-3aaa5203fd6cd7ee1fec30f828ee26699cd09486.tar.gz
org.texi: Fix typos.
Thanks to Paul Eggert for spotting this and fixing it in Emacs.
-rw-r--r--doc/org.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/org.texi b/doc/org.texi
index f59b656..ba5d3d7 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -11464,16 +11464,16 @@ a file is retrieved with @code{org-publish-find-date}.
@tab Should sorting be case-sensitive? Default @code{nil}.
@item @code{:sitemap-file-entry-format}
-@tab With this option one can tell how a sitemap's entry is formated in the
+@tab With this option one can tell how a sitemap's entry is formatted in the
sitemap. This is a format string with some escape sequences: @code{%t} stands
for the title of the file, @code{%a} stands for the author of the file and
@code{%d} stands for the date of the file. The date is retrieved with the
-@code{org-publish-find-date} function and formated with
+@code{org-publish-find-date} function and formatted with
@code{org-publish-sitemap-date-format}. Default @code{%t}.
@item @code{:sitemap-date-format}
@tab Format string for the @code{format-time-string} function that tells how
-a sitemap entry's date is to be formated. This property bypasses
+a sitemap entry's date is to be formatted. This property bypasses
@code{org-publish-sitemap-date-format} which defaults to @code{%Y-%m-%d}.
@item @code{:sitemap-sans-extension}