; Fix wording of a recently-added NEWS entry.

This commit is contained in:
Eli Zaretskii 2025-03-08 10:29:32 +02:00
parent c82495dea7
commit 9bb2fe22db

View file

@ -206,10 +206,12 @@ Several functions to modify the window layout have been added:
'transpose-window-layout', 'rotate-windows', and 'rotate-windows-back'.
+++
*** New user option 'windmove-allow-repeated-command-override'.
This option controls whether pressing the same windmove command twice
overrides the no-other-window property, allowing navigation to windows
that would normally be skipped.
*** Windmove commands now move to skipped windows if invoked twice in a row.
The new user option 'windmove-allow-repeated-command-override' controls
this behavior: if it's non-nil, invoking the same windmove command twice
overrides the 'no-other-window' property, allowing navigation to windows
that would normally be skipped. The default is t; customize it to nil
if you want the old behavior.
+++
*** New hook 'window-deletable-functions'.