1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 14:01:43 -08:00

; Fix recently added documentation

* etc/NEWS: Improve wording of entry about 'mouse-yank-at-point'.
* doc/emacs/killing.texi (Secondary Selection): Fix a typo.
This commit is contained in:
Eli Zaretskii 2022-04-27 21:16:46 +03:00
parent 77f00c019c
commit 2503387bf7
2 changed files with 7 additions and 8 deletions

View 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

View file

@ -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'.