diff options
| author | Richard M. Stallman | 1997-05-29 21:33:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-29 21:33:41 +0000 |
| commit | 7a8630dac3f2367675d76fd71444689313fb62bd (patch) | |
| tree | 4aa384af694dcfb0577d57b54648d3823e8ce8bc /src | |
| parent | de073e064dc7764b6e46661f9e636b5cda497cc1 (diff) | |
| download | emacs-7a8630dac3f2367675d76fd71444689313fb62bd.tar.gz emacs-7a8630dac3f2367675d76fd71444689313fb62bd.zip | |
(Fcurrent_time_string): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 3 |
1 files changed, 3 insertions, 0 deletions
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, | |||
| 1002 | Programs can use this function to decode a time,\n\ | 1002 | Programs can use this function to decode a time,\n\ |
| 1003 | since the number of columns in each field is fixed.\n\ | 1003 | since the number of columns in each field is fixed.\n\ |
| 1004 | The format is `Sun Sep 16 01:03:52 1973'.\n\ | 1004 | The format is `Sun Sep 16 01:03:52 1973'.\n\ |
| 1005 | However, see also the functions `decode-time' and `format-time-string'\n\ | ||
| 1006 | which provide a much more powerful and general facility.\n\ | ||
| 1007 | \n\ | ||
| 1005 | If an argument is given, it specifies a time to format\n\ | 1008 | If an argument is given, it specifies a time to format\n\ |
| 1006 | instead of the current time. The argument should have the form:\n\ | 1009 | instead of the current time. The argument should have the form:\n\ |
| 1007 | (HIGH . LOW)\n\ | 1010 | (HIGH . LOW)\n\ |