aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse.el4
1 files 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."
485 "Set the region to the text that the mouse is dragged over. 485 "Set the region to the text that the mouse is dragged over.
486Highlight the drag area as you move the mouse. 486Highlight the drag area as you move the mouse.
487This must be bound to a button-down mouse event. 487This must be bound to a button-down mouse event.
488In Transient Mark mode, the highlighting remains once you 488In Transient Mark mode, the highlighting remains as long as the mark
489release the mouse button. Otherwise, it does not." 489remains active. Otherwise, it remains until the next input event."
490 (interactive "e") 490 (interactive "e")
491 (mouse-minibuffer-check start-event) 491 (mouse-minibuffer-check start-event)
492 (let* ((echo-keystrokes 0) 492 (let* ((echo-keystrokes 0)