aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-11-06 07:51:07 +0200
committerEli Zaretskii2020-11-06 07:51:07 +0200
commit2180ccbe29701f274d8390355d13ee41cf9727be (patch)
tree31e0ab07756900b6c0cf25c3449a7a5acdc26408
parent1efcec2717a683202cbea538aabfb9f71ea1ec96 (diff)
downloademacs-2180ccbe29701f274d8390355d13ee41cf9727be.tar.gz
emacs-2180ccbe29701f274d8390355d13ee41cf9727be.zip
; * etc/NEWS: Fix wording in a recently added entry.
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7ef832e6033..ca8f71fe269 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,14 +90,15 @@ This is controlled by the new variable 'scroll-minibuffer-conservatively'.
90 90
91+++ 91+++
92** Improved handling of minibuffers on switching frames. 92** Improved handling of minibuffers on switching frames.
93By default, an active minibuffer now moves to a newly selected frame. 93By default, when you switch to another frame, an active minibuffer now
94When continuing the current command (by completing the minibuffer 94moves to the newly selected frame. Nevertheless, the effect of what
95action), the effect happens in the frame where the minibuffer was 95you type in the minibuffer happens in the frame where the minibuffer
96first opened. An alternative behavior is available by customizing 96was first activated, even if it moved to another frame. An
97alternative behavior is available by customizing
97'minibuffer-follows-selected-frame' to nil. Here, the minibuffer 98'minibuffer-follows-selected-frame' to nil. Here, the minibuffer
98stays in the frame where you first opened it, and you must switch back 99stays in the frame where you first opened it, and you must switch back
99to this frame to continue or abort its command. The old, somewhat 100to this frame to continue or abort its command. The old, somewhat
100unsystematic behavior is no longer available. 101unsystematic behavior, which mixed these two is no longer available.
101 102
102+++ 103+++
103** New system for displaying documentation for groups of functions. 104** New system for displaying documentation for groups of functions.