diff options
| author | Rüdiger Sonderfeld | 2013-12-11 15:42:55 +0100 |
|---|---|---|
| committer | Rüdiger Sonderfeld | 2013-12-11 15:42:55 +0100 |
| commit | 4ec52e2f8c1697994618b4bdfd013659f6defb1b (patch) | |
| tree | 4ff18691f75a2dcf86337d14aee1314f6a953e8e /src/ChangeLog | |
| parent | 4b72c12bf8e7231aba333ee1c2c354c35c0dd77c (diff) | |
| download | emacs-4ec52e2f8c1697994618b4bdfd013659f6defb1b.tar.gz emacs-4ec52e2f8c1697994618b4bdfd013659f6defb1b.zip | |
Fix docstring of format-time-string to include %F.
See discussion of Bug#15816.
* editfns.c (Fformat_time_string): Mention %F in the doc.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d8bbe5a97be..8c19c83378a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | ||
| 2 | |||
| 3 | * editfns.c (Fformat_time_string): Mention %F in the doc. | ||
| 4 | |||
| 1 | 2013-12-11 Martin Rudalics <rudalics@gmx.at> | 5 | 2013-12-11 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * window.c (resize_frame_windows): Don't return immediately when | 7 | * window.c (resize_frame_windows): Don't return immediately when |