emacs-diffs
[Top][All Lists]
Advanced

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

master b4e76ac 4/5: Fix a page-break in the middle of a keystroke in bas


From: Lars Ingebrigtsen
Subject: master b4e76ac 4/5: Fix a page-break in the middle of a keystroke in basic.texi
Date: Wed, 19 Aug 2020 06:45:16 -0400 (EDT)

branch: master
commit b4e76ac077fabbdaad56223ff885ba4264c32534
Author: Sebastian Urban <mrsebastianurban@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix a page-break in the middle of a keystroke in basic.texi
    
    * doc/emacs/basic.texi (Inserting Text): Avoid having the C-x 8 ]
    keystroke broken over two pages in the PDF version (bug#35885).
---
 doc/emacs/basic.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index abb385f..0b685fa 100644
--- a/doc/emacs/basic.texi
+++ b/doc/emacs/basic.texi
@@ -115,7 +115,7 @@ just like digits.  Case is ignored.
 starting with @kbd{C-x 8}.  For example, @kbd{C-x 8 [} inserts @t{‘}
 which is Unicode code-point U+2018 @sc{left single quotation mark},
 sometimes called a left single ``curved quote'' or ``curly quote''.
-Similarly, @kbd{C-x 8 ]}, @kbd{C-x 8 @{} and @kbd{C-x 8 @}} insert the
+Similarly, @w{@kbd{C-x 8 ]}}, @kbd{C-x 8 @{} and @kbd{C-x 8 @}} insert the
 curved quotes @t{’}, @t{“} and @t{”}, respectively.  Also, a working
 @key{Alt} key acts like @kbd{C-x 8} (unless followed by @key{RET});
 e.g., @kbd{A-[} acts like @kbd{C-x 8 [} and inserts @t{‘}.  To see



reply via email to

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