]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix description of 'polling-period' change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Jan 2022 08:17:06 +0000 (10:17 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Jan 2022 08:17:06 +0000 (10:17 +0200)
etc/NEWS

index f8c563d10fc78e18315c1d24af27c40c451e7eae..53f04e23efa0072eba40c1f598be55fd1c3714b8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -973,8 +973,8 @@ functions.
 
 --
 ** The variable 'polling-period' now accepts floating point values.
-Setting it to a floating-point value means that Emacs will poll for
-input every so many fractions of a second.
+This means Emacs can now poll for input during Lisp execution more
+frequently than once in a second.
 
 --
 ** New function 'bidi-string-strip-control-characters'.