aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-08-10 09:24:29 +0000
committerEli Zaretskii2001-08-10 09:24:29 +0000
commit5d7a37fa13755c4de001d9a42ea6a2a71c471b1a (patch)
treeaa08217371467d962dcc49e37709358665110226
parentd1b5f629ae32e6cd6c18ae81b16416c963c3caa3 (diff)
downloademacs-5d7a37fa13755c4de001d9a42ea6a2a71c471b1a.tar.gz
emacs-5d7a37fa13755c4de001d9a42ea6a2a71c471b1a.zip
Fix a typo in a comment.
-rw-r--r--lisp/mouse-sel.el2
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."
254 ;; Primary selection bindings. 254 ;; Primary selection bindings.
255 255
256 ;; Bind keys to `ignore' instead of unsetting them because 256 ;; Bind keys to `ignore' instead of unsetting them because
257 ;; modes my bind `down-mouse-1', for instance, without 257 ;; modes may bind `down-mouse-1', for instance, without
258 ;; binding other `up-mouse-1' or `mouse-1'. If we unset 258 ;; binding other `up-mouse-1' or `mouse-1'. If we unset
259 ;; `mouse-1', this leads to a bitch_at_user when the mouse 259 ;; `mouse-1', this leads to a bitch_at_user when the mouse
260 ;; goes up because no matching binding is found for that. 260 ;; goes up because no matching binding is found for that.