mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
; * lisp/face-remap.el (text-scale-adjust): Doc fix.
This commit is contained in:
parent
5ab144c77c
commit
ccf8dba44a
@ -387,9 +387,10 @@ this are the `default' and `header-line' faces: they will both be
|
||||
scaled even if they have an explicit `:height' setting.
|
||||
|
||||
See also the related command `global-text-scale-adjust'. Unlike
|
||||
that command, which scales the font size with a increment,
|
||||
`text-scale-adjust' scales the font size with a factor,
|
||||
`text-scale-mode-step'. With a small `text-scale-mode-step'
|
||||
that command, which scales the font size with a increment (and can
|
||||
also optionally resize frames to keep the same number of lines and
|
||||
characters per line), `text-scale-adjust' scales the font size with
|
||||
a factor, `text-scale-mode-step'. With a small `text-scale-mode-step'
|
||||
factor, the two commands behave similarly."
|
||||
(interactive "p")
|
||||
(let ((ev last-command-event)
|
||||
|
Loading…
Reference in New Issue
Block a user