* doc/emacs/fixit.texi (Spelling): Move TeX hyphenation directives from here... * doc/emacs/docstyle.texi: ...to here. * doc/emacs/display.texi (Displaying Boundaries, Text Display): Minor stylistic changes. (Bug#48654) Copyright-paperwork-exempt: yes
20 lines
554 B
Plaintext
20 lines
554 B
Plaintext
@c Emacs documentation style settings
|
|
@documentencoding UTF-8
|
|
@c These two require Texinfo 5.0 or later, so we use the older
|
|
@c equivalent @set variables supported in 4.11 and hence
|
|
@ignore
|
|
@codequotebacktick on
|
|
@codequoteundirected on
|
|
@end ignore
|
|
@set txicodequoteundirected
|
|
@set txicodequotebacktick
|
|
@iftex
|
|
@c It turns out TeX sometimes fails to hyphenate, so we help it here
|
|
@hyphenation{au-to-mat-i-cal-ly}
|
|
@hyphenation{spec-i-fied}
|
|
@hyphenation{work-a-round}
|
|
@hyphenation{work-a-rounds}
|
|
@hyphenation{un-marked}
|
|
@hyphenation{dic-tion-ary}
|
|
@end iftex
|