emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mouse-wheel-up-event doc


From: Martin Rudalics
Subject: mouse-wheel-up-event doc
Date: Thu, 09 Feb 2006 09:58:53 +0100

        * mwheel.el (mouse-wheel-up-event): Doc-string fix.

*** mwheel.el   Sat Nov  5 20:44:34 2005
--- mwheel.el   Thu Feb  9 08:52:52 2006
***************
*** 77,83 ****
        'wheel-down
      (intern (format (if (featurep 'xemacs) "button%s" "mouse-%s")
                    mouse-wheel-up-button)))
!   "Event used for scrolling down."
    :group 'mouse
    :type 'symbol
    :set 'mouse-wheel-change-button)
--- 77,83 ----
        'wheel-down
      (intern (format (if (featurep 'xemacs) "button%s" "mouse-%s")
                    mouse-wheel-up-button)))
!   "Event used for scrolling up."
    :group 'mouse
    :type 'symbol
    :set 'mouse-wheel-change-button)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]