diff options
Diffstat (limited to 'lisp/mwheel.el')
-rw-r--r-- | lisp/mwheel.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 7963eaf4a45..062c98b53ec 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -43,7 +43,8 @@ (defvar mouse-wheel-mode) (defun mouse-wheel-global-text-scale (event) - "Increase or decrease the global font size according to the EVENT." + "Increase or decrease the global font size according to the EVENT. +This invokes `global-text-scale-adjust', which see." (interactive (list last-input-event)) (let ((button (mwheel-event-button event))) (unwind-protect |