From: Eli Zaretskii Date: Wed, 6 Nov 2013 10:14:50 +0000 (+0200) Subject: Fix doc string of format-time-string, per bug #15816. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~928 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7ac08154cf2b2bc0910657371cf134a4cf1846d;p=emacs.git Fix doc string of format-time-string, per bug #15816. src/editfns.c (Fformat_time_string): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index b0e67c6e249..19186ea3bbf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-11-06 Eli Zaretskii + + * editfns.c (Fformat_time_string): Doc fix. (Bug#15816) + 2013-11-06 Stefan Monnier * *.[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: %G is the year corresponding to the ISO week, %g within the century. %m is the numeric month. %b and %h are the locale's abbreviated month name, %B the full name. + (%h is not supported on MS-Windows.) %d is the day of the month, zero-padded, %e is blank-padded. %u is the numeric day of week from 1 (Monday) to 7, %w from 0 (Sunday) to 6. %a is the locale's abbreviated name of the day of week, %A the full name.