diff options
| author | Eli Zaretskii | 2024-05-21 15:40:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-05-21 15:40:51 +0300 |
| commit | ccf8dba44a3071d56e54a20276e00a6cdcc4b135 (patch) | |
| tree | b36ef1420b1b141fc2c281779305de2134a55831 | |
| parent | 5ab144c77cda1d56f0dd62606c316c712a0d2563 (diff) | |
| download | emacs-ccf8dba44a3071d56e54a20276e00a6cdcc4b135.tar.gz emacs-ccf8dba44a3071d56e54a20276e00a6cdcc4b135.zip | |
; * lisp/face-remap.el (text-scale-adjust): Doc fix.
| -rw-r--r-- | lisp/face-remap.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/face-remap.el b/lisp/face-remap.el index d269d85301c..b9fdad2be17 100644 --- a/lisp/face-remap.el +++ b/lisp/face-remap.el | |||
| @@ -387,9 +387,10 @@ this are the `default' and `header-line' faces: they will both be | |||
| 387 | scaled even if they have an explicit `:height' setting. | 387 | scaled even if they have an explicit `:height' setting. |
| 388 | 388 | ||
| 389 | See also the related command `global-text-scale-adjust'. Unlike | 389 | See also the related command `global-text-scale-adjust'. Unlike |
| 390 | that command, which scales the font size with a increment, | 390 | that command, which scales the font size with a increment (and can |
| 391 | `text-scale-adjust' scales the font size with a factor, | 391 | also optionally resize frames to keep the same number of lines and |
| 392 | `text-scale-mode-step'. With a small `text-scale-mode-step' | 392 | characters per line), `text-scale-adjust' scales the font size with |
| 393 | a factor, `text-scale-mode-step'. With a small `text-scale-mode-step' | ||
| 393 | factor, the two commands behave similarly." | 394 | factor, the two commands behave similarly." |
| 394 | (interactive "p") | 395 | (interactive "p") |
| 395 | (let ((ev last-command-event) | 396 | (let ((ev last-command-event) |