Mercurial > emacs
changeset 42149:111acebcb4e0
Fix typo.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 18 Dec 2001 17:43:09 +0000 |
parents | 1f6503c2071d |
children | 35e8e47e376b |
files | lisp/mouse.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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."