emacs-31 ae9656b8b13: ; * etc/NEWS: Improve wording of a recently-added entry.
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit ae9656b8b134faf6aa41f348a2f3c094aa20a3aa Author: Eli Zaretskii <[email protected]> Commit: Eli Zaretskii <[email protected]> ; * etc/NEWS: Improve wording of a recently-added entry. --- etc/NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index f3665321bd5..234c6fb4b94 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -383,7 +383,8 @@ that winds up at the location of the previously-selected window. +++ *** New user option 'transpose-dedicated-windows'. This controls how functions transposing or rotating windows handle -dedicated windows. +dedicated windows. The default is nil, which causes these function to +signal an error if they encounter a dedicated window. +++ *** Windmove commands now move to skipped windows if invoked twice in a row.