]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/timefns.c (Ffloat_time): Fix doc string.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Aug 2022 07:38:32 +0000 (00:38 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Aug 2022 08:17:14 +0000 (01:17 -0700)
src/timefns.c

index 990b23a5089cc4d2acffdfed7cd8e6ae1bc45c34..1112f1747635e106337361e017ae58112495b4a9 100644 (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)
 {