aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2022-08-01 00:38:32 -0700
committerPaul Eggert2022-08-01 01:17:14 -0700
commit2fd2008e6717189627019e30591bc788f7957917 (patch)
tree217a0446f60db91beba2908a3f6d2e82661794f0 /src
parent24e1123241b5692628de08e2de23448e07861111 (diff)
downloademacs-2fd2008e6717189627019e30591bc788f7957917.tar.gz
emacs-2fd2008e6717189627019e30591bc788f7957917.zip
* src/timefns.c (Ffloat_time): Fix doc string.
Diffstat (limited to 'src')
-rw-r--r--src/timefns.c2
1 files changed, 1 insertions, 1 deletions
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
1253forms of a time value. 1253forms of a time value.
1254 1254
1255WARNING: Since the result is floating point, it may not be exact. 1255WARNING: Since the result is floating point, it may not be exact.
1256If precise time stamps are required, use either `encode-time', 1256If precise time stamps are required, use either `time-convert',
1257or (if you need time as a string) `format-time-string'. */) 1257or (if you need time as a string) `format-time-string'. */)
1258 (Lisp_Object specified_time) 1258 (Lisp_Object specified_time)
1259{ 1259{