Mercurial > emacs
changeset 18031:9567ae426b73
(Fcurrent_time_string): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 29 May 1997 21:33:41 +0000 |
parents | d3cc9cf799f8 |
children | fd3f0a7e79b9 |
files | src/editfns.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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\