summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-08-05 12:49:14 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-08-05 12:51:10 +0200
commitdc47bc77dc1c9d34c4c1e2830fe2bfd6be6e241a (patch)
tree41a356919b221a8f7117e26409c10be87ed3e4f2
parenta937d50a7e039088d493d8f6b8b5be9799b7d7ad (diff)
downloademacs-dc47bc77dc1c9d34c4c1e2830fe2bfd6be6e241a.tar.gz
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).
-rw-r--r--lisp/mouse.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 640f10af4e1..d369545f18e 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")