aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2017-06-11 16:20:41 -0700
committerGlenn Morris2017-06-11 16:20:41 -0700
commit030df01c7cbdcccc7b3e3b987303b51072cd8137 (patch)
treed987deada64358eb95861992995892d210019464 /doc
parent30963b4ef98365f467f40bdb04068efa327328b9 (diff)
parente80f6a210b03dd0a9a66abc419bac3c515a916ab (diff)
downloademacs-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.texi4
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}.
2282This way you can explicitly specify all aspects of the box. The value 2282This 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
22841. A negative width @var{-n} means to draw a line of width @var{n} 22841. A negative width @var{-n} means to draw a line of width @var{n}
2285that occupies the space of the underlying text, thus avoiding any 2285whose top and bottom parts occupy the space of the underlying text,
2286increase in the character height or width. 2286thus avoiding any increase in the character height.
2287 2287
2288The value @var{color} specifies the color to draw with. The default is 2288The value @var{color} specifies the color to draw with. The default is
2289the foreground color of the face for simple boxes, and the background 2289the foreground color of the face for simple boxes, and the background