mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(Ffloat_time): Doc fix (Bug#2768).
This commit is contained in:
parent
0bfdff239c
commit
c6493cdde3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue