* mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
the doc string (bug#7015).
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).
(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)))