aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-01 03:54:12 +0000
committerRichard M. Stallman2002-04-01 03:54:12 +0000
commit0b0e8041069c0fd1dc9edb31150d3491ef879976 (patch)
tree27bc556669c016a4a7a20febfbcfe5ea3aa670cd
parent032388f3f7e7108f2a6a44bb7e3a5331ebd7049a (diff)
downloademacs-0b0e8041069c0fd1dc9edb31150d3491ef879976.tar.gz
emacs-0b0e8041069c0fd1dc9edb31150d3491ef879976.zip
Minor cleanups.
-rw-r--r--lispref/display.texi14
1 files changed, 6 insertions, 8 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index d7c69eed081..88f2119f1c1 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2248,7 +2248,7 @@ specification of the form @code{(space . @var{props})}, where
2248values). You can put this property on one or more consecutive 2248values). You can put this property on one or more consecutive
2249characters; a space of the specified height and width is displayed in 2249characters; a space of the specified height and width is displayed in
2250place of @emph{all} of those characters. These are the properties you 2250place of @emph{all} of those characters. These are the properties you
2251can use to specify the weight of the space: 2251can use in @var{props} to specify the weight of the space:
2252 2252
2253@table @code 2253@table @code
2254@item :width @var{width} 2254@item :width @var{width}
@@ -2268,8 +2268,8 @@ value @var{hpos} is measured in units of the normal character width. It
2268may be an interer or a floating point number. 2268may be an interer or a floating point number.
2269@end table 2269@end table
2270 2270
2271 Exactly one of the above properties should be used. You can also 2271 You should use one and only one of the above properties. You can
2272specify the height of the space, with other properties: 2272also specify the height of the space, with other properties:
2273 2273
2274@table @code 2274@table @code
2275@item :height @var{height} 2275@item :height @var{height}
@@ -2287,8 +2287,7 @@ baseline. The value of @var{ascent} must be a non-negative number no
2287greater than 100. 2287greater than 100.
2288@end table 2288@end table
2289 2289
2290 You should not use both @code{:height} and @code{:relative-height} 2290 Don't use both @code{:height} and @code{:relative-height} together.
2291together.
2292 2291
2293@node Other Display Specs 2292@node Other Display Specs
2294@subsection Other Display Specifications 2293@subsection Other Display Specifications
@@ -2306,9 +2305,8 @@ instead of the text that has the display specification, at the same
2306position as that text. This is a special case of marginal display 2305position as that text. This is a special case of marginal display
2307(@pxref{Display Margins}). 2306(@pxref{Display Margins}).
2308 2307
2309Recursive display specifications are not supported, i.e.@: string 2308Recursive display specifications are not supported---string display
2310display specifications that have a display specification property 2309specifications must not have @code{display} properties themselves.
2311themselves.
2312 2310
2313@item (space-width @var{factor}) 2311@item (space-width @var{factor})
2314This display specification affects all the space characters within the 2312This display specification affects all the space characters within the