Contents of release-21-2 at 1999-07-02-10.
authortomo <tomo>
Fri, 2 Jul 1999 01:57:26 +0000 (01:57 +0000)
committertomo <tomo>
Fri, 2 Jul 1999 01:57:26 +0000 (01:57 +0000)
src/ChangeLog
src/editfns.c

index 5cb90c3..df1e6c5 100644 (file)
@@ -1,3 +1,8 @@
+1999-06-30  SL Baur  <steve@miho.m17n.org>
+
+       * editfns.c: Document "%s" format spec.
+       Suggested by Bob Weiner <weiner@altrasoft.com>
+
 1999-06-29  Andy Piper  <andy@xemacs.org>
 
        * event-msw.c: fix definition booboo.
index ce1f101..b914b4a 100644 (file)
@@ -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".