From c6493cdde31740892445ea9927bbc461da84ae36 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 24 Mar 2009 17:37:58 +0000 Subject: [PATCH] (Ffloat_time): Doc fix (Bug#2768). --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editfns.c b/src/editfns.c index aac670bb35b..0a7473d6d63 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1564,7 +1564,7 @@ DEFUN ("float-time", Ffloat_time, Sfloat_time, 0, 1, 0, doc: /* Return the current time, as a float number of seconds since the epoch. If SPECIFIED-TIME is given, it is the time to convert to float instead of the current time. The argument should have the form -(HIGH LOW . IGNORED). Thus, you can use times obtained from +(HIGH LOW) or (HIGH LOW USEC). Thus, you can use times obtained from `current-time' and from `file-attributes'. SPECIFIED-TIME can also have the form (HIGH . LOW), but this is considered obsolete. -- 2.39.5