From 2503387bf70592adced8eb2e04e4ff1b39e47f69 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 27 Apr 2022 21:16:46 +0300 Subject: [PATCH] ; Fix recently added documentation * etc/NEWS: Improve wording of entry about 'mouse-yank-at-point'. * doc/emacs/killing.texi (Secondary Selection): Fix a typo. --- doc/emacs/killing.texi | 6 +++--- etc/NEWS | 9 ++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 02a42a34fc5..cc349a6a02a 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -698,9 +698,9 @@ lines, much like @kbd{mouse-1}. 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 diff --git a/etc/NEWS b/etc/NEWS index fc37ca68de1..e7502b1f169 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -767,12 +767,11 @@ but doesn't exit the minibuffer. ** 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-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'. -- 2.39.5