emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2fd2008e67 07/16: * src/timefns.c (Ffloat_time): Fix doc string.


From: Paul Eggert
Subject: master 2fd2008e67 07/16: * src/timefns.c (Ffloat_time): Fix doc string.
Date: Mon, 1 Aug 2022 04:17:28 -0400 (EDT)

branch: master
commit 2fd2008e6717189627019e30591bc788f7957917
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    * 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 990b23a508..1112f17476 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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]