From 2fd2008e6717189627019e30591bc788f7957917 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 1 Aug 2022 00:38:32 -0700 Subject: [PATCH] * src/timefns.c (Ffloat_time): Fix doc string. --- src/timefns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timefns.c b/src/timefns.c index 990b23a5089..1112f174763 100644 --- a/src/timefns.c +++ b/src/timefns.c @@ -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) { -- 2.39.2