From e983fdb2728b0f3488396bbe05b0c40ca568e9ff Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 21 Nov 1995 20:11:09 +0000 Subject: [PATCH] (Fcurrent_time): Doc fix. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.39.2