aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2014-11-13 19:15:41 -0800
committerPaul Eggert2014-11-13 19:16:15 -0800
commit02073b2e84022ff9c9b76d58061e9aa810056229 (patch)
tree0937f1743251b337a0a33703e04ecba0febeb2ba /doc/misc
parent0868bad993c725397d2034fdc8ab1c77ad8b03a0 (diff)
downloademacs-02073b2e84022ff9c9b76d58061e9aa810056229.tar.gz
emacs-02073b2e84022ff9c9b76d58061e9aa810056229.zip
Fix some 24-hour time stamps in documentation.
* doc/lispref/os.texi (Time of Day): * doc/misc/org.texi (The date/time prompt, Matching tags and properties): Use leading zero with 24-hour times less than 10:00.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/org.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 1fd23b07194..8b7aa1c42e3 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12014-11-14 Paul Eggert <eggert@cs.ucla.edu>
2
3 * org.texi (The date/time prompt, Matching tags and properties):
4 Use leading zero with 24-hour times less than 10:00.
5
12014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org> 62014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * eww.texi (Variable Index): Mention `eww-after-render-hook'. 8 * eww.texi (Variable Index): Mention `eww-after-render-hook'.
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 4100171fa8e..5851f3be93b 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -5947,7 +5947,7 @@ sep 15 @result{} @b{2006}-09-15
5947feb 15 @result{} @b{2007}-02-15 5947feb 15 @result{} @b{2007}-02-15
5948sep 12 9 @result{} 2009-09-12 5948sep 12 9 @result{} 2009-09-12
594912:45 @result{} @b{2006}-@b{06}-@b{13} 12:45 594912:45 @result{} @b{2006}-@b{06}-@b{13} 12:45
595022 sept 0:34 @result{} @b{2006}-09-22 0:34 595022 sept 0:34 @result{} @b{2006}-09-22 00:34
5951w4 @result{} ISO week for of the current year @b{2006} 5951w4 @result{} ISO week for of the current year @b{2006}
59522012 w4 fri @result{} Friday of ISO week 4 in 2012 59522012 w4 fri @result{} Friday of ISO week 4 in 2012
59532012-w04-5 @result{} Same as above 59532012-w04-5 @result{} Same as above
@@ -8122,7 +8122,7 @@ brackets (like @samp{DEADLINE<="<2008-12-24 18:30>"}), both values are
8122assumed to be date/time specifications in the standard Org way, and the 8122assumed to be date/time specifications in the standard Org way, and the
8123comparison will be done accordingly. Special values that will be recognized 8123comparison will be done accordingly. Special values that will be recognized
8124are @code{"<now>"} for now (including time), and @code{"<today>"}, and 8124are @code{"<now>"} for now (including time), and @code{"<today>"}, and
8125@code{"<tomorrow>"} for these days at 0:00 hours, i.e., without a time 8125@code{"<tomorrow>"} for these days at 00:00 hours, i.e., without a time
8126specification. Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units 8126specification. Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units
8127@code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year, 8127@code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year,
8128respectively, can be used. 8128respectively, can be used.