1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix typo in documentation of 'current-time-list'

* src/timefns.c (syms_of_timefns) <current-time-list>:
* etc/NEWS:
* doc/lispref/os.texi (Time of Day): Fix a typo.
This commit is contained in:
Eli Zaretskii 2022-04-29 10:12:02 +03:00
parent cc297af178
commit 5c606a46bf
3 changed files with 3 additions and 3 deletions

View file

@ -1420,7 +1420,7 @@ This boolean variable is a transition aid. If @code{t},
form, typically @code{(@var{high} @var{low} @var{micro} @var{pico})};
otherwise, they use @code{(@var{ticks} . @var{hz})} form. Currently
this variable defaults to @code{t}, for behavior compatible with
previous Emacs versions. Developers are encourage to test
previous Emacs versions. Developers are encouraged to test
timestamp-related code with this variable set to @code{nil}, as it
will default to @code{nil} in a future Emacs version, and will be
removed in some version after that.