From: tomo Date: Fri, 2 Jul 1999 01:57:26 +0000 (+0000) Subject: Contents of release-21-2 at 1999-07-02-10. X-Git-Tag: r21-2-17-1999-07-02-10~1 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=commitdiff_plain;h=b83255ee786e71ccc4541c195b0dac17472d1cf7 Contents of release-21-2 at 1999-07-02-10. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5cb90c3..df1e6c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +1999-06-30 SL Baur + + * editfns.c: Document "%s" format spec. + Suggested by Bob Weiner + 1999-06-29 Andy Piper * event-msw.c: fix definition booboo. diff --git a/src/editfns.c b/src/editfns.c index ce1f101..b914b4a 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1040,6 +1040,8 @@ FORMAT-STRING may contain %-sequences to substitute parts of the time. %p is replaced by AM or PM, as appropriate. %r is a synonym for "%I:%M:%S %p". %R is a synonym for "%H:%M". +%s is replaced by the time in seconds since 00:00:00, Jan 1, 1970 (a + nonstandard extension) %S is replaced by the second (00-60). %t is a synonym for "\\t". %T is a synonym for "%H:%M:%S".