comparison src/editfns.c @ 13618:5fe951036f57

(Fcurrent_time): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 21 Nov 1995 20:11:09 +0000
parents 9a1e7191803f
children 862fff660446
comparison
equal deleted inserted replaced
13617:655d3464a49b 13618:5fe951036f57
541 { 541 {
542 return make_number (getpid ()); 542 return make_number (getpid ());
543 } 543 }
544 544
545 DEFUN ("current-time", Fcurrent_time, Scurrent_time, 0, 0, 0, 545 DEFUN ("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\
547 The time is returned as a list of three integers. The first has the\n\ 547 The time is returned as a list of three integers. The first has the\n\
548 most significant 16 bits of the seconds, while the second has the\n\ 548 most significant 16 bits of the seconds, while the second has the\n\
549 least significant 16 bits. The third integer gives the microsecond\n\ 549 least significant 16 bits. The third integer gives the microsecond\n\
550 count.\n\ 550 count.\n\
551 \n\ 551 \n\