Mercurial > emacs
changeset 4532:c2afed091afb
(mouse-drag-region): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 10 Aug 1993 17:03:06 +0000 |
parents | 899976225848 |
children | 51eef6f31754 |
files | lisp/mouse.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mouse.el Tue Aug 10 08:24:55 1993 +0000 +++ b/lisp/mouse.el Tue Aug 10 17:03:06 1993 +0000 @@ -158,8 +158,10 @@ (defun mouse-drag-region (start-event) "Set the region to the text that the mouse is dragged over. -Highlight the drag area as the user moves the mouse. -This must be bound to a button-down mouse event." +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." (interactive "e") (let* ((start-posn (event-start start-event)) (start-point (posn-point start-posn))