From 40bad7c4bd6e00114a852ab77ae84db3a85b3031 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Fri, 15 Oct 2021 08:20:40 +0200 Subject: [PATCH] Add missing single quotes in the Emacs manual * lisp/mwheel.el: Add missing single quotes. --- lisp/mwheel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mwheel.el b/lisp/mwheel.el index def7758774..51410e3ef4 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -103,7 +103,7 @@ mouse-wheel-scroll-amount If AMOUNT is the symbol 'hscroll', this means that with MODIFIER, the mouse wheel will scroll horizontally instead of vertically. -If AMOUNT is the symbol text-scale, this means that with +If AMOUNT is the symbol 'text-scale', this means that with MODIFIER, the mouse wheel will change the face height instead of scrolling." :group 'mouse -- 2.33.0