changeset 102724:5dfe0cbf0e1b

(Ffloat_time): Doc fix (Bug#2768).
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 24 Mar 2009 17:37:58 +0000
parents 9152b204a192
children c08db43b04df
files src/editfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Tue Mar 24 17:37:32 2009 +0000
+++ b/src/editfns.c	Tue Mar 24 17:37:58 2009 +0000
@@ -1564,7 +1564,7 @@
        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.