summaryrefslogtreecommitdiff
path: root/lisp/mwheel.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-07-03 20:57:22 +0300
committerEli Zaretskii <eliz@gnu.org>2022-07-03 20:57:22 +0300
commite3f8dd9023eda75fef99b570c4af1ee68da7cf97 (patch)
tree693e98fb5ea38d54e836d2096a43d6bd11ed0bb9 /lisp/mwheel.el
parentae31dd53069ad71772387f8abed3ebf2e1b54b5a (diff)
downloademacs-e3f8dd9023eda75fef99b570c4af1ee68da7cf97.tar.gz
; * lisp/mwheel.el (mouse-wheel-scroll-amount): Doc fix.
Diffstat (limited to 'lisp/mwheel.el')
-rw-r--r--lisp/mwheel.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mwheel.el b/lisp/mwheel.el
index 401922bd0b6..e32f896916f 100644
--- a/lisp/mwheel.el
+++ b/lisp/mwheel.el
@@ -134,9 +134,9 @@ the mouse wheel will scroll horizontally instead of vertically.
If AMOUNT is the symbol `text-scale' or `global-text-scale', this
means that with MODIFIER, the mouse wheel will change the font size
-instead of scrolling (by adjusting the font height of the buffer or
-global face). For more information, see `text-scale-adjust' and
-`global-text-scale-adjust'."
+instead of scrolling (by adjusting the font height of the default
+face, either locally in the buffer or globally). For more
+information, see `text-scale-adjust' and `global-text-scale-adjust'."
:group 'mouse
:type '(cons
(choice :tag "Normal"