projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e1123
)
* src/timefns.c (Ffloat_time): Fix doc string.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 1 Aug 2022 07:38:32 +0000
(
00:38
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 1 Aug 2022 08:17:14 +0000
(
01:17
-0700)
src/timefns.c
patch
|
blob
|
history
diff --git
a/src/timefns.c
b/src/timefns.c
index 990b23a5089cc4d2acffdfed7cd8e6ae1bc45c34..1112f1747635e106337361e017ae58112495b4a9 100644
(file)
--- 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)
{