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.
This commit is contained in:
parent
6b3118f025
commit
b07b56a351
4 changed files with 9 additions and 6 deletions
|
@ -495,6 +495,7 @@ must absolutely not match more than a portion of the first word of the
|
|||
diary entry. For example, the default value of
|
||||
@code{diary-european-date-forms} is:
|
||||
|
||||
@c backup line is a fraction too wide in PDF, but it looks ok.
|
||||
@example
|
||||
((day "/" month "[^/0-9]")
|
||||
(day "/" month "/" year "[^0-9]")
|
||||
|
|
|
@ -1763,8 +1763,8 @@ Any other non-@code{nil} value is treated as @code{t}.
|
|||
@findex display-line-numbers-mode
|
||||
@findex global-display-line-numbers-mode
|
||||
@vindex display-line-numbers-type
|
||||
A convenient way of turning on display of line numbers is @w{@kbd{M-x
|
||||
display-line-numbers-mode @key{RET}}}. This mode has a globalized
|
||||
The command @kbd{M-x display-line-numbers-mode} provides a
|
||||
convenient way to turn on display of line numbers. This mode has a globalized
|
||||
variant, @code{global-display-line-numbers-mode}. The user option
|
||||
@code{display-line-numbers-type} controls which sub-mode of
|
||||
line-number display, described above, will these modes activate.
|
||||
|
|
|
@ -1735,7 +1735,8 @@ a multi-file incremental search is activated automatically.
|
|||
@cindex match (face name)
|
||||
@vindex list-matching-lines-default-context-lines
|
||||
@vindex list-matching-lines-jump-to-current-line
|
||||
@cindex list-matching-lines-current-line-face (face name)
|
||||
@c Too long.
|
||||
@c @cindex list-matching-lines-current-line-face (face name)
|
||||
@kindex M-s o
|
||||
@findex occur
|
||||
@item M-x occur
|
||||
|
|
|
@ -443,9 +443,10 @@ non-@code{nil}, and in programming-language strings if
|
|||
@code{nil} for @code{electric-quote-string} and @code{t} for the other
|
||||
variables.
|
||||
|
||||
Electric Quote mode is disabled by default. To toggle it, type
|
||||
@kbd{M-x electric-quote-mode}. To toggle it in a single buffer, use
|
||||
@kbd{M-x electric-quote-local-mode}. To suppress it for a single use,
|
||||
Electric Quote mode is disabled by default. To toggle it in a
|
||||
single buffer, use @kbd{M-x electric-quote-local-mode}.
|
||||
To toggle it globally, type
|
||||
@kbd{M-x electric-quote-mode}. To suppress it for a single use,
|
||||
type @kbd{C-q `} or @kbd{C-q '} instead of @kbd{`} or @kbd{'}. To
|
||||
insert a curved quote even when Electric Quote is disabled or
|
||||
inactive, you can type @kbd{C-x 8 [} for @t{‘}, @kbd{C-x 8 ]} for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue