]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/display.texi (Text Scale): Improve section about repeating keys.
authorJuri Linkov <juri@linkov.net>
Wed, 28 Dec 2022 18:06:18 +0000 (20:06 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 28 Dec 2022 18:06:18 +0000 (20:06 +0200)
Mention that it's possible to use repeating keys without the modifiers
and copy an example from etc/NEWS.

doc/emacs/display.texi

index cf4f0414523a7dd4eb1f6e6450da65c77f9df603..c45c8e6eadfadec0ca2b15a50c60ef34daa801ef 100644 (file)
@@ -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