diff options
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 717171c6972..c3468abbb4b 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -2282,8 +2282,8 @@ Draw a box with lines of width 1, in color @var{color}. | |||
| 2282 | This way you can explicitly specify all aspects of the box. The value | 2282 | This way you can explicitly specify all aspects of the box. The value |
| 2283 | @var{width} specifies the width of the lines to draw; it defaults to | 2283 | @var{width} specifies the width of the lines to draw; it defaults to |
| 2284 | 1. A negative width @var{-n} means to draw a line of width @var{n} | 2284 | 1. A negative width @var{-n} means to draw a line of width @var{n} |
| 2285 | that occupies the space of the underlying text, thus avoiding any | 2285 | whose top and bottom parts occupy the space of the underlying text, |
| 2286 | increase in the character height or width. | 2286 | thus avoiding any increase in the character height. |
| 2287 | 2287 | ||
| 2288 | The value @var{color} specifies the color to draw with. The default is | 2288 | The value @var{color} specifies the color to draw with. The default is |
| 2289 | the foreground color of the face for simple boxes, and the background | 2289 | the foreground color of the face for simple boxes, and the background |