diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-08-10 09:24:29 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-08-10 09:24:29 +0000 |
commit | 5d7a37fa13755c4de001d9a42ea6a2a71c471b1a (patch) | |
tree | aa08217371467d962dcc49e37709358665110226 /lisp/mouse-sel.el | |
parent | d1b5f629ae32e6cd6c18ae81b16416c963c3caa3 (diff) | |
download | emacs-5d7a37fa13755c4de001d9a42ea6a2a71c471b1a.tar.gz |
Fix a typo in a comment.
Diffstat (limited to 'lisp/mouse-sel.el')
-rw-r--r-- | lisp/mouse-sel.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index d106dd06823..3f8ba8154b2 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -254,7 +254,7 @@ primary selection and region." ;; 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. |