From: Pavel Janík Date: Tue, 18 Dec 2001 17:43:09 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~17624 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=231c4d1a90a76704edce95b6a96bbb5a8034d86a;p=emacs.git Fix typo. --- diff --git a/lisp/mouse.el b/lisp/mouse.el index 7af34c20935..15e5c794bc6 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1048,7 +1048,7 @@ 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), -and set mark at the beginning.. +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."