diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-09-15 21:52:44 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-09-15 21:52:44 +0000 |
commit | ef312b06111a301a660f950b35ad4a8679ee5995 (patch) | |
tree | bb924b1d934f652a5cb5f7cc4fefa60bcaff712a /lisp/mouse-sel.el | |
parent | 62aaa9e67c57fc4a989ca34013255f192990e730 (diff) | |
download | emacs-ef312b06111a301a660f950b35ad4a8679ee5995.tar.gz |
Fix typo in 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 98f704d005d..7ada992726d 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -66,7 +66,7 @@ ;; ;; Enable pending-delete ;; (delete-selection-mode 1) ;; -;; * You can control the way mouse-sel binds it's keys by setting the value +;; * You can control the way mouse-sel binds its keys by setting the value ;; of mouse-sel-default-bindings before loading mouse-sel. ;; ;; (a) If mouse-sel-default-bindings = t (the default) |