From efa15de41d79506e104b47ed8a6015dc4cc3d9d4 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 15 May 1996 21:56:33 +0000 Subject: [PATCH] (Fformat_time_string): Doc fix. --- src/editfns.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/editfns.c b/src/editfns.c index 4c98e851e1d..dc5e7988f23 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -607,8 +607,7 @@ FORMAT-STRING may contain %-sequences to substitute parts of the time.\n\ %A is replaced by the full name of the day of week.\n\ %b is replaced by the abbreviated name of the month.\n\ %B is replaced by the full name of the month.\n\ -%c is a synonym for \"%x %X\".\n\ -%C is a locale-specific synonym, which defaults to \"%A, %B %e, %Y\" in the C locale.\n\ +%c stands for the preferred date/time format of the C locale.\n\ %d is replaced by the day of month, zero-padded.\n\ %D is a synonym for \"%m/%d/%y\".\n\ %e is replaced by the day of month, blank-padded.\n\ -- 2.39.5