emacs-diffs
[Top][All Lists]
Advanced

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

master e3f8dd9023: ; * lisp/mwheel.el (mouse-wheel-scroll-amount): Doc f


From: Eli Zaretskii
Subject: master e3f8dd9023: ; * lisp/mwheel.el (mouse-wheel-scroll-amount): Doc fix.
Date: Sun, 3 Jul 2022 13:57:55 -0400 (EDT)

branch: master
commit e3f8dd9023eda75fef99b570c4af1ee68da7cf97
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/mwheel.el (mouse-wheel-scroll-amount): Doc fix.
---
 lisp/mwheel.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/mwheel.el b/lisp/mwheel.el
index 401922bd0b..e32f896916 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"



reply via email to

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