aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-21 20:11:09 +0000
committerRichard M. Stallman1995-11-21 20:11:09 +0000
commite983fdb2728b0f3488396bbe05b0c40ca568e9ff (patch)
treeff5485021e1a8b07c173d18a8adb64a9b0509bac
parent6000fe37361574fcecf997c19429bc0646fccc10 (diff)
downloademacs-e983fdb2728b0f3488396bbe05b0c40ca568e9ff.tar.gz
emacs-e983fdb2728b0f3488396bbe05b0c40ca568e9ff.zip
(Fcurrent_time): Doc fix.
-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\