aboutsummaryrefslogtreecommitdiffstats
path: root/doc/emacs/frames.texi
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2012-06-10 22:02:52 +0800
committerChong Yidong <[email protected]>2012-06-10 22:02:52 +0800
commit166bc0c84e48bc9874abc2b215047a0705d83c1d (patch)
treeb379aae9b705397e48387b54c347c47b8f5a386e /doc/emacs/frames.texi
parentedcdbe4d3121ac663c2c72fce5b69a59c86ecaa1 (diff)
Emacs manual tweaks to accomodate 7x9 pdf.
* emacs.texi: Update ISBN and edition number. * anti.texi: * building.texi: * cmdargs.texi: * custom.texi: * display.texi: * files.texi: * frames.texi: * glossary.texi: * misc.texi: * mule.texi: * programs.texi: * sending.texi: * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
Diffstat (limited to 'doc/emacs/frames.texi')
-rw-r--r--doc/emacs/frames.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index ee468e6f68..d4939da0b0 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -499,7 +499,8 @@ Add a line to your init file, modifying the variable
(@pxref{Frame Parameters}), like this:
@example
-(add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-10"))
+(add-to-list 'default-frame-alist
+ '(font . "DejaVu Sans Mono-10"))
@end example
@cindex X defaults file
@@ -667,7 +668,7 @@ The font slant---normally @samp{r} (roman), @samp{i} (italic),
@samp{o} (oblique), @samp{ri} (reverse italic), or @samp{ot} (other).
Some font names support other values.
@item widthtype
-The font width---normally @samp{normal}, @samp{condensed},
+The font width---normally one of @samp{normal}, @samp{condensed},
@samp{semicondensed}, or @samp{extended}. Some font names support
other values.
@item style