Mercurial > emacs
changeset 15116:a152ab5c09b0
(mouse-drag-region): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 30 Apr 1996 16:11:53 +0000 |
parents | dd31d59ec31b |
children | 21673af29c32 |
files | lisp/mouse.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)