If @code{mouse-yank-at-point} is non-@code{nil}, @kbd{M-mouse-2} yanks
at point. Then it does not matter precisely where you click, or even
which of the frame's windows you click on. @xref{Mouse Commands}.
-This user option also as an effect on interactive search: If this
-variable is non-@code{nil}, yanking with the mouse anywhere in the
-frame will add the text to the search string.
+This user option also effects interactive search: if it is
+non-@code{nil}, yanking with the mouse anywhere in the frame will add
+the text to the search string.
@node Accumulating Text
@section Accumulating Text
** Isearch and Replace
+++
-*** Changes in how isearch responds to 'mouse-yank-at-point'.
+*** Changes in how Isearch responds to 'mouse-yank-at-point'.
If a user does 'C-s' and then uses '<mouse-2>' ('mouse-yank-primary')
-outside the echo area, Emacs will, by default, end the isearch and
-yank the text where the mouse cursor is. In Emacs 29, if
-'mouse-yank-at-point' is non-nil, the text will be added to the
-isearch instead.
+outside the echo area, Emacs will, by default, end the Isearch and
+yank the text at mouse cursor. But if 'mouse-yank-at-point' is
+non-nil, the text will now be added to the Isearch instead.
+++
*** New user option 'char-fold-override'.