Mercurial > emacs
diff lisp/mouse.el @ 42149:111acebcb4e0
Fix typo.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Tue, 18 Dec 2001 17:43:09 +0000 |
| parents | 2e5cc8d12bf7 |
| children | 92c21a38c096 |
line wrap: on
line diff
--- a/lisp/mouse.el Tue Dec 18 17:40:09 2001 +0000 +++ b/lisp/mouse.el Tue Dec 18 17:43:09 2001 +0000 @@ -1048,7 +1048,7 @@ (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."
