diff options
| -rw-r--r-- | lisp/mouse.el | 4 |
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. |
| 486 | Highlight the drag area as you move the mouse. | 486 | Highlight the drag area as you move the mouse. |
| 487 | This must be bound to a button-down mouse event. | 487 | This must be bound to a button-down mouse event. |
| 488 | In Transient Mark mode, the highlighting remains once you | 488 | In Transient Mark mode, the highlighting remains as long as the mark |
| 489 | release the mouse button. Otherwise, it does not." | 489 | remains 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) |