diff options
| author | Sebastian Urban | 2020-08-19 12:15:07 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-08-19 12:15:07 +0200 |
| commit | b4e76ac077fabbdaad56223ff885ba4264c32534 (patch) | |
| tree | 8e749ebc6c344fea855b0c8b06ddfe128a76666d | |
| parent | 9c17df59a38b71166c8e4644ab525e791f7ff21c (diff) | |
| download | emacs-b4e76ac077fabbdaad56223ff885ba4264c32534.tar.gz emacs-b4e76ac077fabbdaad56223ff885ba4264c32534.zip | |
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).
| -rw-r--r-- | doc/emacs/basic.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index abb385f53d5..0b685fafe9c 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi | |||
| @@ -115,7 +115,7 @@ just like digits. Case is ignored. | |||
| 115 | starting with @kbd{C-x 8}. For example, @kbd{C-x 8 [} inserts @t{‘} | 115 | starting with @kbd{C-x 8}. For example, @kbd{C-x 8 [} inserts @t{‘} |
| 116 | which is Unicode code-point U+2018 @sc{left single quotation mark}, | 116 | which is Unicode code-point U+2018 @sc{left single quotation mark}, |
| 117 | sometimes called a left single ``curved quote'' or ``curly quote''. | 117 | sometimes called a left single ``curved quote'' or ``curly quote''. |
| 118 | Similarly, @kbd{C-x 8 ]}, @kbd{C-x 8 @{} and @kbd{C-x 8 @}} insert the | 118 | Similarly, @w{@kbd{C-x 8 ]}}, @kbd{C-x 8 @{} and @kbd{C-x 8 @}} insert the |
| 119 | curved quotes @t{’}, @t{“} and @t{”}, respectively. Also, a working | 119 | curved quotes @t{’}, @t{“} and @t{”}, respectively. Also, a working |
| 120 | @key{Alt} key acts like @kbd{C-x 8} (unless followed by @key{RET}); | 120 | @key{Alt} key acts like @kbd{C-x 8} (unless followed by @key{RET}); |
| 121 | e.g., @kbd{A-[} acts like @kbd{C-x 8 [} and inserts @t{‘}. To see | 121 | e.g., @kbd{A-[} acts like @kbd{C-x 8 [} and inserts @t{‘}. To see |