# HG changeset patch # User Eli Zaretskii # Date 997435469 0 # Node ID 4804dd409fcc7a562316ed61dab58aab88d39661 # Parent 6910cad8c050a8f6f4ea9803aaca46dc8085b624 Fix a typo in a comment. diff -r 6910cad8c050 -r 4804dd409fcc lisp/mouse-sel.el --- 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.