diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-20 01:26:05 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-20 01:26:05 +0200 |
commit | 9bf520593c81735398c3a8369df9854586218913 (patch) | |
tree | f3f569f276370e24e37e15bca27aa2e426bab4b5 /doc/emacs/frames.texi | |
parent | e02ebe91379459efc9c5fc7bb9de38fcf0e59cd7 (diff) | |
download | emacs-9bf520593c81735398c3a8369df9854586218913.tar.gz emacs-9bf520593c81735398c3a8369df9854586218913.tar.bz2 emacs-9bf520593c81735398c3a8369df9854586218913.zip |
Update font scaling documentation to not talk about "face height"
* lisp/play/gamegrid.el (gamegrid-init-buffer):
* lisp/mwheel.el (mouse-wheel-scroll-amount):
(mouse-wheel-text-scale):
* lisp/faces.el (set-face-attribute):
* lisp/face-remap.el (text-scale-mode-step):
(text-scale-increase):
(text-scale-adjust):
* lisp/cus-face.el (custom-face-attributes):
* doc/emacs/frames.texi (Mouse Commands):
* doc/emacs/display.texi (Text Scale): Talk about font sized instead
of "face height" (bug#46853).
Diffstat (limited to 'doc/emacs/frames.texi')
-rw-r--r-- | doc/emacs/frames.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index fa248c1a586..d90a6ac6729 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -223,8 +223,8 @@ mouse-wheel-mode}. The variables @code{mouse-wheel-follow-mouse} and buffers are scrolled. The variable @code{mouse-wheel-progressive-speed} determines whether the scroll speed is linked to how fast you move the wheel. This mode also -supports increasing or decreasing the height of the default face, by -default bound to scrolling with the @key{Ctrl} modifier. +supports increasing or decreasing the font size, by default bound to +scrolling with the @key{Ctrl} modifier. @vindex mouse-wheel-scroll-amount-horizontal Emacs also supports horizontal scrolling with the @key{Shift} |