Mercurial > emacs
changeset 38775:4804dd409fcc
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 10 Aug 2001 09:24:29 +0000 |
parents | 6910cad8c050 |
children | a679a282d5cb |
files | lisp/mouse-sel.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mouse-sel.el Fri Aug 10 09:23:22 2001 +0000 +++ b/lisp/mouse-sel.el Fri Aug 10 09:24:29 2001 +0000 @@ -254,7 +254,7 @@ ;; Primary selection bindings. ;; Bind keys to `ignore' instead of unsetting them because - ;; modes my bind `down-mouse-1', for instance, without + ;; modes may bind `down-mouse-1', for instance, without ;; binding other `up-mouse-1' or `mouse-1'. If we unset ;; `mouse-1', this leads to a bitch_at_user when the mouse ;; goes up because no matching binding is found for that.