From d017deb2ddd316f7df9be1e31edde91ba9573240 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 30 Apr 1996 16:11:53 +0000 Subject: [PATCH] (mouse-drag-region): Doc fix. --- lisp/mouse.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mouse.el b/lisp/mouse.el index 6a3bf6a2ae7..14fe1c77529 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -485,8 +485,8 @@ Upon exit, point is at the far edge of the newly visible text." "Set the region to the text that the mouse is dragged over. 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." +In Transient Mark mode, the highlighting remains as long as the mark +remains active. Otherwise, it remains until the next input event." (interactive "e") (mouse-minibuffer-check start-event) (let* ((echo-keystrokes 0) -- 2.39.2