1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

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.
This commit is contained in:
Paul Eggert 2014-11-13 19:15:41 -08:00
parent 0868bad993
commit 02073b2e84
4 changed files with 13 additions and 3 deletions

View 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.

View 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.

View 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'.

View 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.