summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-04-27 21:16:46 +0300
committerEli Zaretskii <eliz@gnu.org>2022-04-27 21:16:46 +0300
commit2503387bf70592adced8eb2e04e4ff1b39e47f69 (patch)
tree80a444833b30cd94f2f9f688115ecb9b91e0a902
parent77f00c019ce48ad90cccd1ffe9981b33b5e82416 (diff)
downloademacs-2503387bf70592adced8eb2e04e4ff1b39e47f69.tar.gz
; Fix recently added documentation
* etc/NEWS: Improve wording of entry about 'mouse-yank-at-point'. * doc/emacs/killing.texi (Secondary Selection): Fix a typo.
-rw-r--r--doc/emacs/killing.texi6
-rw-r--r--etc/NEWS9
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-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'.