diff options
| author | Paul Eggert | 2014-11-13 19:15:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-13 19:16:15 -0800 |
| commit | 02073b2e84022ff9c9b76d58061e9aa810056229 (patch) | |
| tree | 0937f1743251b337a0a33703e04ecba0febeb2ba /doc/misc | |
| parent | 0868bad993c725397d2034fdc8ab1c77ad8b03a0 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/org.texi | 4 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2014-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 | |||
| 5947 | feb 15 @result{} @b{2007}-02-15 | 5947 | feb 15 @result{} @b{2007}-02-15 |
| 5948 | sep 12 9 @result{} 2009-09-12 | 5948 | sep 12 9 @result{} 2009-09-12 |
| 5949 | 12:45 @result{} @b{2006}-@b{06}-@b{13} 12:45 | 5949 | 12:45 @result{} @b{2006}-@b{06}-@b{13} 12:45 |
| 5950 | 22 sept 0:34 @result{} @b{2006}-09-22 0:34 | 5950 | 22 sept 0:34 @result{} @b{2006}-09-22 00:34 |
| 5951 | w4 @result{} ISO week for of the current year @b{2006} | 5951 | w4 @result{} ISO week for of the current year @b{2006} |
| 5952 | 2012 w4 fri @result{} Friday of ISO week 4 in 2012 | 5952 | 2012 w4 fri @result{} Friday of ISO week 4 in 2012 |
| 5953 | 2012-w04-5 @result{} Same as above | 5953 | 2012-w04-5 @result{} Same as above |
| @@ -8122,7 +8122,7 @@ brackets (like @samp{DEADLINE<="<2008-12-24 18:30>"}), both values are | |||
| 8122 | assumed to be date/time specifications in the standard Org way, and the | 8122 | assumed to be date/time specifications in the standard Org way, and the |
| 8123 | comparison will be done accordingly. Special values that will be recognized | 8123 | comparison will be done accordingly. Special values that will be recognized |
| 8124 | are @code{"<now>"} for now (including time), and @code{"<today>"}, and | 8124 | are @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 |
| 8126 | specification. Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units | 8126 | specification. 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, |
| 8128 | respectively, can be used. | 8128 | respectively, can be used. |