summaryrefslogtreecommitdiff
path: root/src/editfns.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-11-06 12:14:50 +0200
committerEli Zaretskii <eliz@gnu.org>2013-11-06 12:14:50 +0200
commitd7ac08154cf2b2bc0910657371cf134a4cf1846d (patch)
tree98d692f26068307655b3d5ae06236e5b9ff786a9 /src/editfns.c
parentf72552bd387e3bef50507a3e5b37a8ca19946941 (diff)
downloademacs-d7ac08154cf2b2bc0910657371cf134a4cf1846d.tar.gz
Fix doc string of format-time-string, per bug #15816.
src/editfns.c (Fformat_time_string): Doc fix.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c1
1 files changed, 1 insertions, 0 deletions
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.