[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Bug: [PATCH] org.texi: Fix typo
From: |
myq larson |
Subject: |
[O] Bug: [PATCH] org.texi: Fix typo |
Date: |
Fri, 19 Jun 2015 17:47:20 -0600 |
* doc/org.texi (Diary-style sexp entries): Fix typo.
TINYCHANGE
---
doc/org.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/org.texi b/doc/org.texi
index 05d8666..5fc48d9 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -5925,7 +5925,7 @@ address@hidden working with the standard
diary sexp functions, you
need to be very careful with the order of the arguments. That order depends
evilly on the variable @code{calendar-date-style} (or, for older Emacs
versions, @code{european-calendar-style}). For example, to specify a date
-December 12, 2005, the call might look like @code{(diary-date 12 1 2005)} or
+December 1, 2005, the call might look like @code{(diary-date 12 1 2005)} or
@code{(diary-date 1 12 2005)} or @code{(diary-date 2005 12 1)}, depending on
the settings. This has been the source of much confusion. Org mode users
can resort to special versions of these functions like @code{org-date} or
--
1.9.1
- [O] Bug: [PATCH] org.texi: Fix typo,
myq larson <=