]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-drag-region): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Apr 1996 16:11:53 +0000 (16:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Apr 1996 16:11:53 +0000 (16:11 +0000)
lisp/mouse.el

index 6a3bf6a2ae7465c6456ab8e898cec78e74c471e3..14fe1c7752968fd70b86dce347bab086cc70035b 100644 (file)
@@ -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)