* src/timefns.c (Ffloat_time): Fix doc string.
This commit is contained in:
parent
24e1123241
commit
2fd2008e67
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue