# HG changeset patch # User Richard M. Stallman # Date 864941621 0 # Node ID 9567ae426b73cc26e5512e52418ea376228ba087 # Parent d3cc9cf799f85855f19c6cce463e2c17a31cbbfd (Fcurrent_time_string): Doc fix. diff -r d3cc9cf799f8 -r 9567ae426b73 src/editfns.c --- a/src/editfns.c Thu May 29 18:32:11 1997 +0000 +++ b/src/editfns.c Thu May 29 21:33:41 1997 +0000 @@ -1002,6 +1002,9 @@ Programs can use this function to decode a time,\n\ since the number of columns in each field is fixed.\n\ The format is `Sun Sep 16 01:03:52 1973'.\n\ +However, see also the functions `decode-time' and `format-time-string'\n\ +which provide a much more powerful and general facility.\n\ +\n\ If an argument is given, it specifies a time to format\n\ instead of the current time. The argument should have the form:\n\ (HIGH . LOW)\n\