emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 489865c21e: ; Improve markup of long key sequences


From: Eli Zaretskii
Subject: emacs-29 489865c21e: ; Improve markup of long key sequences
Date: Wed, 28 Dec 2022 13:34:34 -0500 (EST)

branch: emacs-29
commit 489865c21e41b3f896ab2e57784b2f43dfb4829b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Improve markup of long key sequences
    
    * doc/emacs/display.texi (Text Scale): Avoid breaking key
    sequences between lines by using @w{..}.
---
 doc/emacs/display.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index c45c8e6ead..ce2dd0a78b 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -920,8 +920,8 @@ 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} 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
+@kbd{C-x} and without the modifiers.  For instance, @w{@kbd{C-x C-= C-= C-=}}
+and @w{@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]