1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-24 23:31:33 -07:00

; * etc/NEWS: Improve wording.

This commit is contained in:
Eli Zaretskii 2022-10-04 08:34:59 +03:00
parent 2d87750004
commit 0a53e5f751

View file

@ -639,8 +639,9 @@ If non-nil, this option allows scrolling a window while dragging text
around without a scroll wheel.
+++
*** 'mouse-drag-copy-region' can now be 'non-empty' (the Lisp symbol).
This inhibits putting empty strings onto the kill ring.
*** The value of 'mouse-drag-copy-region' can now be the symbol 'non-empty'.
This prevents mouse drag gestures from putting empty strings onto the
kill ring.
+++
** New user options 'dnd-indicate-insertion-point' and 'dnd-scroll-margin'.