aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse.el3
1 files changed, 2 insertions, 1 deletions
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]."
912 912
913(defun mouse-yank-at-click (click arg) 913(defun mouse-yank-at-click (click arg)
914 "Insert the last stretch of killed text at the position clicked on. 914 "Insert the last stretch of killed text at the position clicked on.
915Also move point to one end of the text thus inserted (normally the end). 915Also move point to one end of the text thus inserted (normally the end),
916and set mark at the beginning..
916Prefix arguments are interpreted as with \\[yank]. 917Prefix arguments are interpreted as with \\[yank].
917If `mouse-yank-at-point' is non-nil, insert at point 918If `mouse-yank-at-point' is non-nil, insert at point
918regardless of where you click." 919regardless of where you click."