Mercurial > emacs
changeset 13618:5fe951036f57
(Fcurrent_time): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 21 Nov 1995 20:11:09 +0000 |
parents | 655d3464a49b |
children | 3fa8cd29e1da |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Tue Nov 21 16:56:17 1995 +0000 +++ b/src/editfns.c Tue Nov 21 20:11:09 1995 +0000 @@ -543,7 +543,7 @@ } DEFUN ("current-time", Fcurrent_time, Scurrent_time, 0, 0, 0, - "Return the current time, as the number of seconds since 12:00 AM January 1970.\n\ + "Return the current time, as the number of seconds since 1970-01-01 00:00:00.\n\ The time is returned as a list of three integers. The first has the\n\ most significant 16 bits of the seconds, while the second has the\n\ least significant 16 bits. The third integer gives the microsecond\n\