]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix recently added documentation
authorEli Zaretskii <eliz@gnu.org>
Wed, 27 Apr 2022 18:16:46 +0000 (21:16 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 27 Apr 2022 18:16:46 +0000 (21:16 +0300)
* etc/NEWS: Improve wording of entry about 'mouse-yank-at-point'.
* doc/emacs/killing.texi (Secondary Selection): Fix a typo.

doc/emacs/killing.texi
etc/NEWS

index 02a42a34fc5bef12909e4be61bbda7408091de71..cc349a6a02a6b592d92733815f03ed78160165f5 100644 (file)
@@ -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
index fc37ca68de12cebff84299f028c60ff48afa3714..e7502b1f169985c91a98366a3d3d3fc77e56033b 100644 (file)
--- 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-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'.