mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(mouse-wheel-up-event): Doc fix.
This commit is contained in:
parent
9ad20e1eba
commit
a348f5ba1d
@ -1,3 +1,7 @@
|
||||
2006-02-11 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* mwheel.el (mouse-wheel-up-event): Doc fix.
|
||||
|
||||
2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
|
||||
|
||||
* tumme.el (tumme-dir): Changed default value to
|
||||
|
@ -77,7 +77,7 @@
|
||||
'wheel-down
|
||||
(intern (format (if (featurep 'xemacs) "button%s" "mouse-%s")
|
||||
mouse-wheel-up-button)))
|
||||
"Event used for scrolling down."
|
||||
"Event used for scrolling up."
|
||||
:group 'mouse
|
||||
:type 'symbol
|
||||
:set 'mouse-wheel-change-button)
|
||||
|
Loading…
Reference in New Issue
Block a user