# HG changeset patch # User Richard M. Stallman # Date 745002186 0 # Node ID c2afed091afb18a3a3ed0150c9d90b606d1cdcb4 # Parent 8999762258485443a51c7fee50e8ebb064677c91 (mouse-drag-region): Doc fix. diff -r 899976225848 -r c2afed091afb lisp/mouse.el --- a/lisp/mouse.el Tue Aug 10 08:24:55 1993 +0000 +++ b/lisp/mouse.el Tue Aug 10 17:03:06 1993 +0000 @@ -158,8 +158,10 @@ (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))