# HG changeset patch # User Richard M. Stallman # Date 830880713 0 # Node ID a152ab5c09b07ec6875fdc9871dd4215618ee93a # Parent dd31d59ec31bb2d467ef3fc8e4fe9a5479350d0f (mouse-drag-region): Doc fix. diff -r dd31d59ec31b -r a152ab5c09b0 lisp/mouse.el --- a/lisp/mouse.el Tue Apr 30 03:21:44 1996 +0000 +++ b/lisp/mouse.el Tue Apr 30 16:11:53 1996 +0000 @@ -485,8 +485,8 @@ "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)