]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix wording in a recently added entry.
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 Nov 2020 05:51:07 +0000 (07:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 6 Nov 2020 05:51:07 +0000 (07:51 +0200)
etc/NEWS

index 7ef832e60330bbb14a51c4a51a9b5922afa3c2c4..ca8f71fe2691cca1cfbda52a764d1fa928a0051a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,14 +90,15 @@ This is controlled by the new variable 'scroll-minibuffer-conservatively'.
 
 +++
 ** Improved handling of minibuffers on switching frames.
-By default, an active minibuffer now moves to a newly selected frame.
-When continuing the current command (by completing the minibuffer
-action), the effect happens in the frame where the minibuffer was
-first opened.  An alternative behavior is available by customizing
+By default, when you switch to another frame, an active minibuffer now
+moves to the newly selected frame.  Nevertheless, the effect of what
+you type in the minibuffer happens in the frame where the minibuffer
+was first activated, even if it moved to another frame.  An
+alternative behavior is available by customizing
 'minibuffer-follows-selected-frame' to nil.  Here, the minibuffer
 stays in the frame where you first opened it, and you must switch back
 to this frame to continue or abort its command.  The old, somewhat
-unsystematic behavior is no longer available.
+unsystematic behavior, which mixed these two is no longer available.
 
 +++
 ** New system for displaying documentation for groups of functions.