]> git.eshelyaron.com Git - emacs.git/commitdiff
mouse-drag-copy-region doc string clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 Aug 2020 10:49:14 +0000 (12:49 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 Aug 2020 10:51:10 +0000 (12:51 +0200)
* lisp/mouse.el (mouse-drag-copy-region): Clarify that the
variable only applies to selections in Emacs (bug#41856).

lisp/mouse.el

index 640f10af4e1a5605c6c1c6ea2ee5d45b8d013b77..d369545f18ec7c11a435cb946bced6edfff9b44b 100644 (file)
   "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")