diff options
| author | Glenn Morris | 2017-12-22 16:24:24 -0500 |
|---|---|---|
| committer | Glenn Morris | 2017-12-22 16:24:24 -0500 |
| commit | b07b56a3510748cfc47d2fbf97fb8e1f3070a16d (patch) | |
| tree | abfa2b6aede0bcb5c223b11791dfe85f1f8dd009 | |
| parent | 6b3118f02583e3c1ba4855e2ce17945616596907 (diff) | |
| download | emacs-b07b56a3510748cfc47d2fbf97fb8e1f3070a16d.tar.gz emacs-b07b56a3510748cfc47d2fbf97fb8e1f3070a16d.zip | |
Avoid some overfull lines in PDF manual
* doc/emacs/display.texi (Display Custom):
* doc/emacs/search.texi (Other Repeating Search):
* doc/emacs/text.texi (Quotation Marks): Avoid overfull lines.
| -rw-r--r-- | doc/emacs/cal-xtra.texi | 1 | ||||
| -rw-r--r-- | doc/emacs/display.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/search.texi | 3 | ||||
| -rw-r--r-- | doc/emacs/text.texi | 7 |
4 files changed, 9 insertions, 6 deletions
diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi index da4e9a083fc..6b8be48d84a 100644 --- a/doc/emacs/cal-xtra.texi +++ b/doc/emacs/cal-xtra.texi | |||
| @@ -495,6 +495,7 @@ must absolutely not match more than a portion of the first word of the | |||
| 495 | diary entry. For example, the default value of | 495 | diary entry. For example, the default value of |
| 496 | @code{diary-european-date-forms} is: | 496 | @code{diary-european-date-forms} is: |
| 497 | 497 | ||
| 498 | @c backup line is a fraction too wide in PDF, but it looks ok. | ||
| 498 | @example | 499 | @example |
| 499 | ((day "/" month "[^/0-9]") | 500 | ((day "/" month "[^/0-9]") |
| 500 | (day "/" month "/" year "[^0-9]") | 501 | (day "/" month "/" year "[^0-9]") |
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 5860bacb9d8..28f6dae8ad0 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -1763,8 +1763,8 @@ Any other non-@code{nil} value is treated as @code{t}. | |||
| 1763 | @findex display-line-numbers-mode | 1763 | @findex display-line-numbers-mode |
| 1764 | @findex global-display-line-numbers-mode | 1764 | @findex global-display-line-numbers-mode |
| 1765 | @vindex display-line-numbers-type | 1765 | @vindex display-line-numbers-type |
| 1766 | A convenient way of turning on display of line numbers is @w{@kbd{M-x | 1766 | The command @kbd{M-x display-line-numbers-mode} provides a |
| 1767 | display-line-numbers-mode @key{RET}}}. This mode has a globalized | 1767 | convenient way to turn on display of line numbers. This mode has a globalized |
| 1768 | variant, @code{global-display-line-numbers-mode}. The user option | 1768 | variant, @code{global-display-line-numbers-mode}. The user option |
| 1769 | @code{display-line-numbers-type} controls which sub-mode of | 1769 | @code{display-line-numbers-type} controls which sub-mode of |
| 1770 | line-number display, described above, will these modes activate. | 1770 | line-number display, described above, will these modes activate. |
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index c4853686ae0..d4b247847b8 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -1735,7 +1735,8 @@ a multi-file incremental search is activated automatically. | |||
| 1735 | @cindex match (face name) | 1735 | @cindex match (face name) |
| 1736 | @vindex list-matching-lines-default-context-lines | 1736 | @vindex list-matching-lines-default-context-lines |
| 1737 | @vindex list-matching-lines-jump-to-current-line | 1737 | @vindex list-matching-lines-jump-to-current-line |
| 1738 | @cindex list-matching-lines-current-line-face (face name) | 1738 | @c Too long. |
| 1739 | @c @cindex list-matching-lines-current-line-face (face name) | ||
| 1739 | @kindex M-s o | 1740 | @kindex M-s o |
| 1740 | @findex occur | 1741 | @findex occur |
| 1741 | @item M-x occur | 1742 | @item M-x occur |
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index 2f6ebed0263..67c279a7431 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi | |||
| @@ -443,9 +443,10 @@ non-@code{nil}, and in programming-language strings if | |||
| 443 | @code{nil} for @code{electric-quote-string} and @code{t} for the other | 443 | @code{nil} for @code{electric-quote-string} and @code{t} for the other |
| 444 | variables. | 444 | variables. |
| 445 | 445 | ||
| 446 | Electric Quote mode is disabled by default. To toggle it, type | 446 | Electric Quote mode is disabled by default. To toggle it in a |
| 447 | @kbd{M-x electric-quote-mode}. To toggle it in a single buffer, use | 447 | single buffer, use @kbd{M-x electric-quote-local-mode}. |
| 448 | @kbd{M-x electric-quote-local-mode}. To suppress it for a single use, | 448 | To toggle it globally, type |
| 449 | @kbd{M-x electric-quote-mode}. To suppress it for a single use, | ||
| 449 | type @kbd{C-q `} or @kbd{C-q '} instead of @kbd{`} or @kbd{'}. To | 450 | type @kbd{C-q `} or @kbd{C-q '} instead of @kbd{`} or @kbd{'}. To |
| 450 | insert a curved quote even when Electric Quote is disabled or | 451 | insert a curved quote even when Electric Quote is disabled or |
| 451 | inactive, you can type @kbd{C-x 8 [} for @t{‘}, @kbd{C-x 8 ]} for | 452 | inactive, you can type @kbd{C-x 8 [} for @t{‘}, @kbd{C-x 8 ]} for |