diff options
| author | John Wiegley <johnw@newartisans.com> | 2022-12-09 12:13:07 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-09 12:13:07 -0800 |
| commit | bcf0984cf55b70fe6896c6a15f61df92b24f8ffd (patch) | |
| tree | 6a8d980ea5933b4b3dda494a1977cbce17de5037 /docstyle.texi | |
| parent | 90787092a06e71a8b6aee23e06c662d15ebc05d0 (diff) | |
| parent | ff8c57268a3b655098bd9cfd05e9d4a689533c3a (diff) | |
Merge pull request #1030 from skangas/merge-emacsexternals/use-packageexternals/bind-key
Diffstat (limited to 'docstyle.texi')
| -rw-r--r-- | docstyle.texi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docstyle.texi b/docstyle.texi new file mode 100644 index 0000000..e740439 --- /dev/null +++ b/docstyle.texi @@ -0,0 +1,19 @@ +@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 |
