aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-12-26 16:10:44 +0200
committerEli Zaretskii2022-12-26 16:10:44 +0200
commit9a352ab1c735e12574dae678f13c41f8d50fb92c (patch)
treeb33c2e8b830bc395b55938cbed54b7a4beadf8e3
parentcc29fab3a66c59e77d0ff67c0f3e2e34ec80a03c (diff)
downloademacs-9a352ab1c735e12574dae678f13c41f8d50fb92c.tar.gz
emacs-9a352ab1c735e12574dae678f13c41f8d50fb92c.zip
; * etc/NEWS: Fix wording of a recently added entry.
-rw-r--r--etc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e6b90365e3b..d17e1f1f89f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -35,11 +35,11 @@ This means it should be less necessary to disable the likes of
35`select-active-regions' when Emacs is running over a slow network 35`select-active-regions' when Emacs is running over a slow network
36connection. 36connection.
37 37
38** Emacs will now redisplay frames that are made visible by a compositor. 38** Emacs now updates invisible frames that are made visible by a compositor.
39This means even if `frame-visible-p' returns nil or `icon', the frame 39If an invisible or an iconified frame is shown to the user by the
40will be redisplayed if it is being displayed to the user by the 40compositing manager, Emacs will now redisplay such a frame even though
41compositing manager, which can happenas part of a preview for 41'frame-visible-' returns nil or 'icon' for it. This can happen, for
42iconified windows. 42example, as part of preview for iconified frames.
43 43
44 44
45* Editing Changes in Emacs 30.1 45* Editing Changes in Emacs 30.1