diff options
| author | Paul Eggert | 2022-08-01 00:38:32 -0700 |
|---|---|---|
| committer | Paul Eggert | 2022-08-01 01:17:14 -0700 |
| commit | 2fd2008e6717189627019e30591bc788f7957917 (patch) | |
| tree | 217a0446f60db91beba2908a3f6d2e82661794f0 /src | |
| parent | 24e1123241b5692628de08e2de23448e07861111 (diff) | |
| download | emacs-2fd2008e6717189627019e30591bc788f7957917.tar.gz emacs-2fd2008e6717189627019e30591bc788f7957917.zip | |
* src/timefns.c (Ffloat_time): Fix doc string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/timefns.c | 2 |
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 | |||
| 1253 | forms of a time value. | 1253 | forms of a time value. |
| 1254 | 1254 | ||
| 1255 | WARNING: Since the result is floating point, it may not be exact. | 1255 | WARNING: Since the result is floating point, it may not be exact. |
| 1256 | If precise time stamps are required, use either `encode-time', | 1256 | If precise time stamps are required, use either `time-convert', |
| 1257 | or (if you need time as a string) `format-time-string'. */) | 1257 | or (if you need time as a string) `format-time-string'. */) |
| 1258 | (Lisp_Object specified_time) | 1258 | (Lisp_Object specified_time) |
| 1259 | { | 1259 | { |