summaryrefslogtreecommitdiff
path: root/src/editfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-21 20:11:09 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-21 20:11:09 +0000
commite40ec6eb2ff82a8cb3207a2a6d8946557c1810ea (patch)
treefe748e498b423ff98226b432010bba787a39a439 /src/editfns.c
parent4228ed164cc20be1c8b5ebfbc554e854b5b8c138 (diff)
downloademacs-e40ec6eb2ff82a8cb3207a2a6d8946557c1810ea.tar.gz
(Fcurrent_time): Doc fix.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
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\