From: Paul Eggert Date: Mon, 1 Aug 2022 07:38:32 +0000 (-0700) Subject: * src/timefns.c (Ffloat_time): Fix doc string. X-Git-Tag: emacs-29.0.90~1447^2~581 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fd2008e6717189627019e30591bc788f7957917;p=emacs.git * src/timefns.c (Ffloat_time): Fix doc string. --- 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) {