]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Fri, 10 Aug 2001 09:24:29 +0000 (09:24 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 10 Aug 2001 09:24:29 +0000 (09:24 +0000)
lisp/mouse-sel.el

index d106dd06823d24ce60a6fc55cb79497a8e05d602..3f8ba8154b2b193d6dd7356f96bc10ecf0c44ad3 100644 (file)
@@ -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.