summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-01-21 10:17:06 +0200
committerEli Zaretskii <eliz@gnu.org>2022-01-21 10:17:06 +0200
commitc2e28aabcc370ac32c37c3f31acb1930e0d7cab8 (patch)
treeff5a9c379237c775b8301d22ad1b1ed432116a27
parent6e8bafc99698714846de29afc8fe329dd5bc92c2 (diff)
downloademacs-c2e28aabcc370ac32c37c3f31acb1930e0d7cab8.tar.gz
; * etc/NEWS: Fix description of 'polling-period' change.
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
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'.