aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,
543} 543}
544 544
545DEFUN ("current-time", Fcurrent_time, Scurrent_time, 0, 0, 0, 545DEFUN ("current-time", Fcurrent_time, Scurrent_time, 0, 0, 0,
546 "Return the current time, as the number of seconds since 12:00 AM January 1970.\n\ 546 "Return the current time, as the number of seconds since 1970-01-01 00:00:00.\n\
547The time is returned as a list of three integers. The first has the\n\ 547The time is returned as a list of three integers. The first has the\n\
548most significant 16 bits of the seconds, while the second has the\n\ 548most significant 16 bits of the seconds, while the second has the\n\
549least significant 16 bits. The third integer gives the microsecond\n\ 549least significant 16 bits. The third integer gives the microsecond\n\