diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-02-14 11:35:48 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-02-14 11:35:48 +0000 |
commit | a6d48e091927ee6763c37e59356cf016e6fff9dd (patch) | |
tree | d5b2ca9a34e6731f6962ab05c6cc1ba0680a375f /lisp/mwheel.el | |
parent | 26ebccfd1d6ea8dee26478bc3dd5fe43b4b1d25b (diff) | |
download | emacs-a6d48e091927ee6763c37e59356cf016e6fff9dd.tar.gz |
(mouse-wheel-click-event, mouse-wheel-mode): Fix typos in docstrings.
Diffstat (limited to 'lisp/mwheel.el')
-rw-r--r-- | lisp/mwheel.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mwheel.el b/lisp/mwheel.el index aca959e8577..662b992b343 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -91,7 +91,7 @@ mouse-wheel-click-button)) "Event that should be temporarily inhibited after mouse scrolling. The mouse wheel is typically on the mouse-2 button, so it may easily -happen that text is accidentially yanked into the buffer when +happen that text is accidentally yanked into the buffer when scrolling with the mouse wheel. To prevent that, this variable can be set to the event sent when clicking on the mouse wheel button." :group 'mouse @@ -220,7 +220,7 @@ This should only be bound to mouse buttons 4 and 5." (define-minor-mode mouse-wheel-mode "Toggle mouse wheel support. With prefix argument ARG, turn on if positive, otherwise off. -Returns non-nil if the new state is enabled." +Return non-nil if the new state is enabled." :global t :group 'mouse (let* ((dn mouse-wheel-down-event) |