emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2503387bf7: ; Fix recently added documentation


From: Eli Zaretskii
Subject: master 2503387bf7: ; Fix recently added documentation
Date: Wed, 27 Apr 2022 14:17:39 -0400 (EDT)

branch: master
commit 2503387bf70592adced8eb2e04e4ff1b39e47f69
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; 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 02a42a34fc..cc349a6a02 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 fc37ca68de..e7502b1f16 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-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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]