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 | f77e1e4b80dfb580be8c53f3a95be5356cedde0e (patch) | |
tree | 43c07c07350298d183c1248dd4ecff7d7243a2c3 /lisp/mouse-sel.el | |
parent | f69140fdfdc50abdee026da01daa5c4cd354e8a8 (diff) | |
download | emacs-f77e1e4b80dfb580be8c53f3a95be5356cedde0e.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) |