Remove some overfull lines in doc/misc/faq
* doc/misc/faq.texi: (File-name conventions): Shorten section name to avoid overfull line. (How to add fonts): Use smallexample to avoid overfull lines.
This commit is contained in:
parent
31cc861c83
commit
f9e320bb01
2 changed files with 5 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* faq.texi: Convert @inforefs to @xrefs.
|
||||
Fix some malformed cross-references.
|
||||
(File-name conventions): Shorten section name to avoid overfull line.
|
||||
(How to add fonts): Use smallexample to avoid overfull lines.
|
||||
|
||||
2012-04-26 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
|
||||
|
||||
|
|
|
@ -251,7 +251,7 @@ reference to follow it.
|
|||
Emacs manual.
|
||||
|
||||
@node File-name conventions
|
||||
@section What are @file{etc/GNU}, @file{src/config.h}, @file{site-lisp/default.el}, etc.?
|
||||
@section What are @file{src/config.h}, @file{site-lisp/default.el}, etc.?
|
||||
@cindex File-name conventions
|
||||
@cindex Conventions for file names
|
||||
@cindex Directories and files that come with Emacs
|
||||
|
@ -4132,7 +4132,7 @@ set up @code{w32-bdf-filename-alist}:
|
|||
|
||||
Now, create fontsets for the BDF fonts:
|
||||
|
||||
@lisp
|
||||
@smallexample
|
||||
(create-fontset-from-fontset-spec
|
||||
"-*-fixed-medium-r-normal-*-16-*-*-*-c-*-fontset-bdf,
|
||||
japanese-jisx0208:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0208.1983-*,
|
||||
|
@ -4144,7 +4144,7 @@ Now, create fontsets for the BDF fonts:
|
|||
tibetan-1-column:-TibMdXA-fixed-medium-r-normal--16-160-72-72-m-80-MuleTibetan-1,
|
||||
ethiopic:-Admas-Ethiomx16f-Medium-R-Normal--16-150-100-100-M-160-Ethiopic-Unicode,
|
||||
tibetan:-TibMdXA-fixed-medium-r-normal--16-160-72-72-m-160-MuleTibetan-0")
|
||||
@end lisp
|
||||
@end smallexample
|
||||
|
||||
Many of the international bdf fonts from Intlfonts are type 0, and
|
||||
therefore need to be added to font-encoding-alist:
|
||||
|
|
Loading…
Add table
Reference in a new issue