From 0e57ab653ea1cca11ef1da2606e8fc7bfda37d00 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 15 May 2000 20:13:54 +0000 Subject: [PATCH] (mouse-yank-at-click): Doc fix. --- lisp/mouse.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mouse.el b/lisp/mouse.el index 28f3ca2ba10..5df91d9cbef 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -912,7 +912,8 @@ The text is saved in the kill ring, as with \\[kill-region]." (defun mouse-yank-at-click (click arg) "Insert the last stretch of killed text at the position clicked on. -Also move point to one end of the text thus inserted (normally the end). +Also move point to one end of the text thus inserted (normally the end), +and set mark at the beginning.. Prefix arguments are interpreted as with \\[yank]. If `mouse-yank-at-point' is non-nil, insert at point regardless of where you click." -- 2.39.5