]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in documentation of 'current-time-list'
authorEli Zaretskii <eliz@gnu.org>
Fri, 29 Apr 2022 07:12:02 +0000 (10:12 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 29 Apr 2022 07:12:02 +0000 (10:12 +0300)
* src/timefns.c (syms_of_timefns) <current-time-list>:
* etc/NEWS:
* doc/lispref/os.texi (Time of Day): Fix a typo.

doc/lispref/os.texi
etc/NEWS
src/timefns.c

index 20b6c1cec63df5d865f9d1f3ef437b4663830563..5356969b0b8ce710350a5d6ba11707f6548c5e62 100644 (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.
index 9f93c4067f7908d294ad57daebbb8d594522d110..b0c0d0511a44ecfeb8c8d5ecad00a02e54a5d3ba 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -209,7 +209,7 @@ new variable is nil.  The variable defaults to t, which means these
 functions default to timestamps of the forms (HI LO US PS), (HI LO US)
 or (HI LO), which are less regular and less efficient.  This is part
 of a long-planned change first documented in Emacs 27.  Developers are
-encourage to test timestamp-related code with this variable set to
+encouraged to test timestamp-related code with this variable set to
 nil, as it will default to nil in a future Emacs version and will be
 removed some time after that.
 
index bca9a566e08b88abfb8f9f9c153a10b866e13e24..7d2e3f64143a7d6c0c76f58c72543523c206a506 100644 (file)
@@ -2033,7 +2033,7 @@ This boolean variable is a transition aid.  If t, `current-time' and
 related functions return timestamps in list form, typically
 \(HIGH LOW USEC PSEC); otherwise, they use (TICKS . HZ) form.
 Currently this variable defaults to 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 nil, as it will
 default to nil in a future Emacs version, and will be removed in some
 version after that.  */);