Mercurial > emacs
changeset 15004:5e3570680687
(Fformat_time_string): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Apr 1996 15:27:40 +0000 |
parents | 11a97fb4cb84 |
children | 4d6af48d7446 |
files | src/editfns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Fri Apr 12 06:40:16 1996 +0000 +++ b/src/editfns.c Fri Apr 12 15:27:40 1996 +0000 @@ -621,9 +621,9 @@ %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\