diff options
| -rw-r--r-- | doc/emacs/display.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index cf4f0414523..c45c8e6eadf 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -920,12 +920,12 @@ decrease the font size of the affected faces, depending on the | |||
| 920 | direction of the scrolling. | 920 | direction of the scrolling. |
| 921 | 921 | ||
| 922 | The final key of these commands may be repeated without the leading | 922 | The final key of these commands may be repeated without the leading |
| 923 | @kbd{C-x}. For instance, @kbd{C-x C-= C-= C-=} increases the face | 923 | @kbd{C-x} and without the modifiers. For instance, @kbd{C-x C-= C-= C-=} |
| 924 | height by three steps. Each step scales the text height by a factor | 924 | and @kbd{C-x C-= = =} increase the face height by three steps. Each |
| 925 | of 1.2; to change this factor, customize the variable | 925 | step scales the text height by a factor of 1.2; to change this factor, |
| 926 | @code{text-scale-mode-step}. A numeric argument of 0 | 926 | customize the variable @code{text-scale-mode-step}. A numeric |
| 927 | to the @code{text-scale-adjust} command restores the default height, | 927 | argument of 0 to the @code{text-scale-adjust} command restores the |
| 928 | the same as typing @kbd{C-x C-0}. | 928 | default height, the same as typing @kbd{C-x C-0}. |
| 929 | 929 | ||
| 930 | @cindex adjust global font size | 930 | @cindex adjust global font size |
| 931 | @findex global-text-scale-adjust | 931 | @findex global-text-scale-adjust |