From: Jan Synacek Date: Fri, 15 Oct 2021 06:20:40 +0000 (+0200) Subject: Add missing single quotes in the Emacs manual X-Git-Tag: emacs-28.0.90~285 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=502788bc3d9cd2f95427114dbb243c62a27edb2b;p=emacs.git Add missing single quotes in the Emacs manual * lisp/mwheel.el (mouse-wheel-scroll-amount): Add missing single quotes. (Bug#51223) Copyright-paperwork-exempt: yes. --- diff --git a/lisp/mwheel.el b/lisp/mwheel.el index def77587747..51410e3ef4c 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -103,7 +103,7 @@ less than a full screen. 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