diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/editfns.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b0e67c6e249..19186ea3bbf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-11-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * editfns.c (Fformat_time_string): Doc fix. (Bug#15816) | ||
| 4 | |||
| 1 | 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * *.[chm]: Number every assignment to windows_or_buffers_changed so we | 7 | * *.[chm]: Number every assignment to windows_or_buffers_changed so we |
diff --git a/src/editfns.c b/src/editfns.c index d4c1f995d61..277e5b60704 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1702,6 +1702,7 @@ by text that describes the specified date and time in TIME: | |||
| 1702 | %G is the year corresponding to the ISO week, %g within the century. | 1702 | %G is the year corresponding to the ISO week, %g within the century. |
| 1703 | %m is the numeric month. | 1703 | %m is the numeric month. |
| 1704 | %b and %h are the locale's abbreviated month name, %B the full name. | 1704 | %b and %h are the locale's abbreviated month name, %B the full name. |
| 1705 | (%h is not supported on MS-Windows.) | ||
| 1705 | %d is the day of the month, zero-padded, %e is blank-padded. | 1706 | %d is the day of the month, zero-padded, %e is blank-padded. |
| 1706 | %u is the numeric day of week from 1 (Monday) to 7, %w from 0 (Sunday) to 6. | 1707 | %u is the numeric day of week from 1 (Monday) to 7, %w from 0 (Sunday) to 6. |
| 1707 | %a is the locale's abbreviated name of the day of week, %A the full name. | 1708 | %a is the locale's abbreviated name of the day of week, %A the full name. |