From 78210c952bb6435b820e5f5163c7f3f247a2bf3d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 10 Aug 1993 17:03:06 +0000 Subject: [PATCH] (mouse-drag-region): Doc fix. --- lisp/mouse.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)) -- 2.39.5