summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-03-24 17:37:58 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-03-24 17:37:58 +0000
commitc6efdf61f7884e7637e1efcf747f07de96b3794c (patch)
tree872f8bb2b94d995d2e5ec60d5ec6c70525f1d459 /src
parentc4a2edf8e14a19152243b71ab664568991db0b0b (diff)
downloademacs-c6efdf61f7884e7637e1efcf747f07de96b3794c.tar.gz
(Ffloat_time): Doc fix (Bug#2768).
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 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.