]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc string of format-time-string, per bug #15816.
authorEli Zaretskii <eliz@gnu.org>
Wed, 6 Nov 2013 10:14:50 +0000 (12:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 6 Nov 2013 10:14:50 +0000 (12:14 +0200)
 src/editfns.c (Fformat_time_string): Doc fix.

src/ChangeLog
src/editfns.c

index b0e67c6e24992b4effe27afcf6839977cbdc18d8..19186ea3bbfd5c230d1271eeaf138658636c20c5 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * editfns.c (Fformat_time_string): Doc fix.  (Bug#15816)
+
 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * *.[chm]: Number every assignment to windows_or_buffers_changed so we
index d4c1f995d61d261c644a1d1adae5dc8e39fb6196..277e5b60704dbfc940245ea294a407485bdd5de3 100644 (file)
@@ -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.