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.
This commit is contained in:
Jan Synacek 2021-10-15 08:20:40 +02:00 committed by Eli Zaretskii
parent 1af45ad04e
commit 502788bc3d

View file

@ -103,7 +103,7 @@ less than a full screen.
If AMOUNT is the symbol 'hscroll', this means that with MODIFIER, If AMOUNT is the symbol 'hscroll', this means that with MODIFIER,
the mouse wheel will scroll horizontally instead of vertically. 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 MODIFIER, the mouse wheel will change the face height instead of
scrolling." scrolling."
:group 'mouse :group 'mouse