summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-12-28 20:06:18 +0200
committerJuri Linkov <juri@linkov.net>2022-12-28 20:06:18 +0200
commit62fb2dc37da2dfaebc3bd90ec404efbe91af2298 (patch)
tree971c090b7054cd921489bf1e53a662d5b5c3dced
parent70480d3b6b7c1fe68a6a86dd2a7382c904ae1f30 (diff)
downloademacs-62fb2dc37da2dfaebc3bd90ec404efbe91af2298.tar.gz
* doc/emacs/display.texi (Text Scale): Improve section about repeating keys.
Mention that it's possible to use repeating keys without the modifiers and copy an example from etc/NEWS.
-rw-r--r--doc/emacs/display.texi12
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
direction of the scrolling.
The final key of these commands may be repeated without the leading
-@kbd{C-x}. For instance, @kbd{C-x C-= C-= C-=} increases the face
-height by three steps. Each step scales the text height by a factor
-of 1.2; to change this factor, customize the variable
-@code{text-scale-mode-step}. A numeric argument of 0
-to the @code{text-scale-adjust} command restores the default height,
-the same as typing @kbd{C-x C-0}.
+@kbd{C-x} and without the modifiers. For instance, @kbd{C-x C-= C-= C-=}
+and @kbd{C-x C-= = =} increase the face height by three steps. Each
+step scales the text height by a factor of 1.2; to change this factor,
+customize the variable @code{text-scale-mode-step}. A numeric
+argument of 0 to the @code{text-scale-adjust} command restores the
+default height, the same as typing @kbd{C-x C-0}.
@cindex adjust global font size
@findex global-text-scale-adjust