From: Richard M. Stallman Date: Tue, 30 Apr 1996 16:11:53 +0000 (+0000) Subject: (mouse-drag-region): Doc fix. X-Git-Tag: emacs-19.34~745 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d017deb2ddd316f7df9be1e31edde91ba9573240;p=emacs.git (mouse-drag-region): Doc fix. --- 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)