diff options
| author | Richard M. Stallman | 2002-04-01 03:54:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-01 03:54:12 +0000 |
| commit | 0b0e8041069c0fd1dc9edb31150d3491ef879976 (patch) | |
| tree | 27bc556669c016a4a7a20febfbcfe5ea3aa670cd | |
| parent | 032388f3f7e7108f2a6a44bb7e3a5331ebd7049a (diff) | |
| download | emacs-0b0e8041069c0fd1dc9edb31150d3491ef879976.tar.gz emacs-0b0e8041069c0fd1dc9edb31150d3491ef879976.zip | |
Minor cleanups.
| -rw-r--r-- | lispref/display.texi | 14 |
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 | |||
| 2248 | values). You can put this property on one or more consecutive | 2248 | values). You can put this property on one or more consecutive |
| 2249 | characters; a space of the specified height and width is displayed in | 2249 | characters; a space of the specified height and width is displayed in |
| 2250 | place of @emph{all} of those characters. These are the properties you | 2250 | place of @emph{all} of those characters. These are the properties you |
| 2251 | can use to specify the weight of the space: | 2251 | can 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 | |||
| 2268 | may be an interer or a floating point number. | 2268 | may 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 |
| 2272 | specify the height of the space, with other properties: | 2272 | also 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 | |||
| 2287 | greater than 100. | 2287 | greater 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. |
| 2291 | together. | ||
| 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 | |||
| 2306 | position as that text. This is a special case of marginal display | 2305 | position as that text. This is a special case of marginal display |
| 2307 | (@pxref{Display Margins}). | 2306 | (@pxref{Display Margins}). |
| 2308 | 2307 | ||
| 2309 | Recursive display specifications are not supported, i.e.@: string | 2308 | Recursive display specifications are not supported---string display |
| 2310 | display specifications that have a display specification property | 2309 | specifications must not have @code{display} properties themselves. |
| 2311 | themselves. | ||
| 2312 | 2310 | ||
| 2313 | @item (space-width @var{factor}) | 2311 | @item (space-width @var{factor}) |
| 2314 | This display specification affects all the space characters within the | 2312 | This display specification affects all the space characters within the |