]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/mwheel.el (mouse-wheel-scroll-amount): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 3 Jul 2022 17:57:22 +0000 (20:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 3 Jul 2022 17:57:22 +0000 (20:57 +0300)
lisp/mwheel.el

index 401922bd0b6846037ee3df0587de14a57328b97f..e32f896916ff983df0e19446d314cc2f2f09862d 100644 (file)
@@ -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"