]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Tue, 18 Dec 2001 17:43:09 +0000 (17:43 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 18 Dec 2001 17:43:09 +0000 (17:43 +0000)
lisp/mouse.el

index 7af34c20935f6725ac42595bd2e7312204ca5a62..15e5c794bc63168c4c413dc2b69283d7f44d061d 100644 (file)
@@ -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."