diff options
| author | Glenn Morris | 2017-06-11 16:20:41 -0700 |
|---|---|---|
| committer | Glenn Morris | 2017-06-11 16:20:41 -0700 |
| commit | 030df01c7cbdcccc7b3e3b987303b51072cd8137 (patch) | |
| tree | d987deada64358eb95861992995892d210019464 /doc | |
| parent | 30963b4ef98365f467f40bdb04068efa327328b9 (diff) | |
| parent | e80f6a210b03dd0a9a66abc419bac3c515a916ab (diff) | |
| download | emacs-030df01c7cbdcccc7b3e3b987303b51072cd8137.tar.gz emacs-030df01c7cbdcccc7b3e3b987303b51072cd8137.zip | |
Merge from origin/emacs-25
e80f6a210b0 Describe problems with Microsoft Intellipoint
a73ec1edb07 More accurate documentation of the ':box' face attribute
Diffstat (limited to 'doc')
| -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 4a895f74a5d..4de55fd3fb2 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 |