]> git.eshelyaron.com Git - emacs.git/commitdiff
mouse-set-region doc fix
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 14:01:16 +0000 (16:01 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 14:01:16 +0000 (16:01 +0200)
* mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
the doc string (bug#7015).

lisp/ChangeLog
lisp/mouse.el

index 1edb18ecb4c8eaaabad0b9fa53fadd8bf55c8a52..068f1f6cb470adf14189f50b94999f04b583fc95 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
+       the doc string (bug#7015).
+
        * font-lock.el (font-lock-maximum-decoration): Mention what
        numeric levels mean (bug#6935).
 
index 4de3e175a4abb97fdece9830e203c4a6a53cb5ee..63395619f4405455b0027e57aeb295f71efd10ac 100644 (file)
@@ -687,7 +687,9 @@ This should be bound to a mouse click event type."
 
 (defun mouse-set-region (click)
   "Set the region to the text dragged over, and copy to kill ring.
-This should be bound to a mouse drag event."
+This should be bound to a mouse drag event.
+See the `mouse-drag-copy-region' variable to control whether this
+command alters the kill ring or not."
   (interactive "e")
   (mouse-minibuffer-check click)
   (select-window (posn-window (event-start click)))