]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix some 24-hour time stamps in documentation.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Nov 2014 03:15:41 +0000 (19:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Nov 2014 03:16:15 +0000 (19:16 -0800)
* 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.

doc/lispref/ChangeLog
doc/lispref/os.texi
doc/misc/ChangeLog
doc/misc/org.texi

index 83a842372a0b7400779112f6e20c7a9761a84b7a..9772391e483b77c2c88a7816a00f83c0110a2797 100644 (file)
@@ -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.
index 5cfbb9ff2ef40a02c2bb1a7995af6e00b0c71db6..167ecb372b50748c3ff9ff840dfab28e6cbe670c 100644 (file)
@@ -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.
index 1fd23b07194fe65f15b0d760629c4f8e0aae4db6..8b7aa1c42e3e3ddcce51c87440ce481a32ea163b 100644 (file)
@@ -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'.
index 4100171fa8eeb499eceba93906efc27f24669970..5851f3be93b9adc1a3bbcf9c115ac7383ce16704 100644 (file)
@@ -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.