* src/timefns.c (Ffloat_time): Fix doc string.

This commit is contained in:
Paul Eggert 2022-08-01 00:38:32 -07:00
parent 24e1123241
commit 2fd2008e67

View file

@ -1253,7 +1253,7 @@ instead of the current time. See `format-time-string' for the various
forms of a time value.
WARNING: Since the result is floating point, it may not be exact.
If precise time stamps are required, use either `encode-time',
If precise time stamps are required, use either `time-convert',
or (if you need time as a string) `format-time-string'. */)
(Lisp_Object specified_time)
{