emacs-diffs
[Top][All Lists]
Advanced

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

master dc47bc7 2/2: mouse-drag-copy-region doc string clarification


From: Lars Ingebrigtsen
Subject: master dc47bc7 2/2: mouse-drag-copy-region doc string clarification
Date: Wed, 5 Aug 2020 06:51:16 -0400 (EDT)

branch: master
commit dc47bc77dc1c9d34c4c1e2830fe2bfd6be6e241a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    mouse-drag-copy-region doc string clarification
    
    * lisp/mouse.el (mouse-drag-copy-region): Clarify that the
    variable only applies to selections in Emacs (bug#41856).
---
 lisp/mouse.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/mouse.el b/lisp/mouse.el
index 640f10a..d369545 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -49,7 +49,10 @@
   "If non-nil, copy to kill-ring upon mouse adjustments of the region.
 
 This affects `mouse-save-then-kill' (\\[mouse-save-then-kill]) in
-addition to mouse drags."
+addition to mouse drags.
+
+This variable applies only to mouse adjustments in Emacs, not
+selecting and adjusting regions in other windows."
   :type 'boolean
   :version "24.1")
 



reply via email to

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