From: Richard M. Stallman Date: Tue, 21 Nov 1995 20:11:09 +0000 (+0000) Subject: (Fcurrent_time): Doc fix. X-Git-Tag: emacs-19.34~2242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e983fdb2728b0f3488396bbe05b0c40ca568e9ff;p=emacs.git (Fcurrent_time): Doc fix. --- diff --git a/src/editfns.c b/src/editfns.c index e11b92a494c..2ec1ac3cd42 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -543,7 +543,7 @@ DEFUN ("emacs-pid", Femacs_pid, Semacs_pid, 0, 0, 0, } 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\