From: Eli Zaretskii Date: Fri, 21 Jan 2022 08:17:06 +0000 (+0200) Subject: ; * etc/NEWS: Fix description of 'polling-period' change. X-Git-Tag: emacs-29.0.90~2879 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2e28aabcc370ac32c37c3f31acb1930e0d7cab8;p=emacs.git ; * etc/NEWS: Fix description of 'polling-period' change. --- diff --git a/etc/NEWS b/etc/NEWS index f8c563d10fc..53f04e23efa 100644 --- 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'.