(mouse-yank-at-click): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Mon, 15 May 2000 20:13:54 +0000 (20:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 15 May 2000 20:13:54 +0000 (20:13 +0000)
lisp/mouse.el

index 28f3ca2ba10644ad8732256e81188d4a768b0902..5df91d9cbefeba5f5230b584bf38d63c62661fd7 100644 (file)
@@ -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."