summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-11-13 19:15:41 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-11-13 19:16:15 -0800
commit02073b2e84022ff9c9b76d58061e9aa810056229 (patch)
tree0937f1743251b337a0a33703e04ecba0febeb2ba
parent0868bad993c725397d2034fdc8ab1c77ad8b03a0 (diff)
downloademacs-02073b2e84022ff9c9b76d58061e9aa810056229.tar.gz
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.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/os.texi2
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/org.texi4
4 files changed, 13 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 83a842372a0..9772391e483 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
+
+ * os.texi (Time of Day):
+ Use leading zero with 24-hour times less than 10:00.
+
2014-11-09 Glenn Morris <rgm@gnu.org>
* Makefile.in (version): Remove variable.
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 5cfbb9ff2ef..167ecb372b5 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1226,7 +1226,7 @@ integer number of seconds. This integer,
@tex
$high*2^{16}+low$,
@end tex
-is the number of seconds from the @dfn{epoch} (0:00 January 1, 1970
+is the number of seconds from the @dfn{epoch} (January 1, 1970 at 00:00
UTC) to the specified time. The third list element @var{microsec}, if
present, gives the number of microseconds from the start of that
second to the specified time.
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 @@
+2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
+
+ * org.texi (The date/time prompt, Matching tags and properties):
+ Use leading zero with 24-hour times less than 10:00.
+
2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
* 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
feb 15 @result{} @b{2007}-02-15
sep 12 9 @result{} 2009-09-12
12:45 @result{} @b{2006}-@b{06}-@b{13} 12:45
-22 sept 0:34 @result{} @b{2006}-09-22 0:34
+22 sept 0:34 @result{} @b{2006}-09-22 00:34
w4 @result{} ISO week for of the current year @b{2006}
2012 w4 fri @result{} Friday of ISO week 4 in 2012
2012-w04-5 @result{} Same as above
@@ -8122,7 +8122,7 @@ brackets (like @samp{DEADLINE<="<2008-12-24 18:30>"}), both values are
assumed to be date/time specifications in the standard Org way, and the
comparison will be done accordingly. Special values that will be recognized
are @code{"<now>"} for now (including time), and @code{"<today>"}, and
-@code{"<tomorrow>"} for these days at 0:00 hours, i.e., without a time
+@code{"<tomorrow>"} for these days at 00:00 hours, i.e., without a time
specification. Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units
@code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year,
respectively, can be used.