diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-08-28 16:10:09 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-08-28 16:15:21 +0200 |
commit | d77dc2609f6b1cc61a044b535f3d473592b883fc (patch) | |
tree | 3838c03b4c440761645dd1187ab7b807fce264d0 /lisp/mwheel.el | |
parent | f5ed8ded9d0169b159280a7aad5baf5c1e4e1371 (diff) | |
download | emacs-d77dc2609f6b1cc61a044b535f3d473592b883fc.tar.gz |
* lisp/mwheel.el: Improve package description.
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 c385fdfc265..d5172ba0bf5 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -25,8 +25,8 @@ ;; Under X11/X.Org, the wheel events are sent as button4/button5 ;; events. -;; It is already enabled by default on most graphical displays. You -;; can toggle it with M-x mouse-wheel-mode. +;; Mouse wheel support is already enabled by default on most graphical +;; displays. You can toggle it using `M-x mouse-wheel-mode'. ;;; Code: |