1
0
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:
Eli Zaretskii 2006-02-11 11:32:31 +00:00
parent 9ad20e1eba
commit a348f5ba1d
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)