From d7ac08154cf2b2bc0910657371cf134a4cf1846d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 6 Nov 2013 12:14:50 +0200 Subject: Fix doc string of format-time-string, per bug #15816. src/editfns.c (Fformat_time_string): Doc fix. --- src/editfns.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/editfns.c') 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. -- cgit v1.2.1