changeset 28922:c0732e5c1f58

(mouse-yank-at-click): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 15 May 2000 20:13:54 +0000
parents e9152d454744
children dcafe3c9cd6c
files lisp/mouse.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mouse.el	Mon May 15 15:33:50 2000 +0000
+++ b/lisp/mouse.el	Mon May 15 20:13:54 2000 +0000
@@ -912,7 +912,8 @@
 
 (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."