Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a6d48e09
Commit
a6d48e09
authored
Feb 14, 2006
by
Juanma Barranquero
Browse files
(mouse-wheel-click-event, mouse-wheel-mode): Fix typos in docstrings.
parent
26ebccfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/mwheel.el
lisp/mwheel.el
+2
-2
No files found.
lisp/mwheel.el
View file @
a6d48e09
...
...
@@ -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 accident
i
ally 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.
Return
s
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment