From: Richard M. Stallman Date: Tue, 10 Aug 1993 17:03:06 +0000 (+0000) Subject: (mouse-drag-region): Doc fix. X-Git-Tag: emacs-19.34~11319 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78210c952bb6435b820e5f5163c7f3f247a2bf3d;p=emacs.git (mouse-drag-region): Doc fix. --- diff --git a/lisp/mouse.el b/lisp/mouse.el index 24904433905..76d2828cddc 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -158,8 +158,10 @@ Upon exit, point is at the far edge of the newly visible text." (defun mouse-drag-region (start-event) "Set the region to the text that the mouse is dragged over. -Highlight the drag area as the user moves the mouse. -This must be bound to a button-down mouse event." +Highlight the drag area as you move the mouse. +This must be bound to a button-down mouse event. +In Transient Mark mode, the highlighting remains once you +release the mouse button. Otherwise, it does not." (interactive "e") (let* ((start-posn (event-start start-event)) (start-point (posn-point start-posn))