From 7a8630dac3f2367675d76fd71444689313fb62bd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 29 May 1997 21:33:41 +0000 Subject: [PATCH] (Fcurrent_time_string): Doc fix. --- src/editfns.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/editfns.c b/src/editfns.c index c433be3a6df..a195e15a3a5 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1002,6 +1002,9 @@ DEFUN ("current-time-string", Fcurrent_time_string, Scurrent_time_string, 0, 1, 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\ -- 2.39.5