summaryrefslogtreecommitdiff
path: root/src/editfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-12 15:27:40 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-12 15:27:40 +0000
commit79c0ac7e1781c46c7c21888e3bca9b63fe50a621 (patch)
tree0b62f646fcd10d0d679bb925f33232319a4b6eaf /src/editfns.c
parentedabc3235f6ab3e69ffb427ddee1aa4502b13b54 (diff)
downloademacs-79c0ac7e1781c46c7c21888e3bca9b63fe50a621.tar.gz
(Fformat_time_string): Doc fix.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 1b1a1285612..e405b066b6f 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -621,9 +621,9 @@ FORMAT-STRING may contain %-sequences to substitute parts of the time.\n\
%S is replaced by the second (00-60).\n\
%t is a synonym for \"\\t\".\n\
%T is a synonym for \"%H:%M:%S\".\n\
-%U is replaced by the week of the year (01-52), first day of week is Sunday.\n\
+%U is replaced by the week of the year (00-53), first day of week is Sunday.\n\
%w is replaced by the day of week (0-6), Sunday is day 0.\n\
-%W is replaced by the week of the year (01-52), first day of week is Monday.\n\
+%W is replaced by the week of the year (00-53), first day of week is Monday.\n\
%x is a locale-specific synonym, which defaults to \"%D\" in the C locale.\n\
%X is a locale-specific synonym, which defaults to \"%T\" in the C locale.\n\
%y is replaced by the year without century (00-99).\n\