emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] [emacs] 01/01: Fix some 24-hour time stamps in documentati


From: Paul Eggert
Subject: [Emacs-diffs] [emacs] 01/01: Fix some 24-hour time stamps in documentation.
Date: Fri, 14 Nov 2014 03:16:21 +0000

eggert pushed a commit to branch master
in repository emacs.

commit 02073b2e84022ff9c9b76d58061e9aa810056229
Author: Paul Eggert <address@hidden>
Date:   Thu Nov 13 19:15:41 2014 -0800

    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.
---
 doc/lispref/ChangeLog |    5 +++++
 doc/lispref/os.texi   |    2 +-
 doc/misc/ChangeLog    |    5 +++++
 doc/misc/org.texi     |    4 ++--
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 83a8423..9772391 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-14  Paul Eggert  <address@hidden>
+
+       * os.texi (Time of Day):
+       Use leading zero with 24-hour times less than 10:00.
+
 2014-11-09  Glenn Morris  <address@hidden>
 
        * Makefile.in (version): Remove variable.
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 5cfbb9f..167ecb3 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 1fd23b0..8b7aa1c 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-14  Paul Eggert  <address@hidden>
+
+       * 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  <address@hidden>
 
        * eww.texi (Variable Index): Mention `eww-after-render-hook'.
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 4100171..5851f3b 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{} @address@hidden@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
address@hidden"<tomorrow>"} for these days at 0:00 hours, i.e., without a time
address@hidden"<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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]