aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-05-14 17:24:34 +0300
committerEli Zaretskii2017-05-14 17:24:34 +0300
commita73ec1edb07156de7b1a29f88c1f9bcac4ca9932 (patch)
tree91537582c4c97b471894552923a9cae4bf6ac3e5
parent50b4f85720a69fcff416a6772beda6a4027d3b52 (diff)
downloademacs-a73ec1edb07156de7b1a29f88c1f9bcac4ca9932.tar.gz
emacs-a73ec1edb07156de7b1a29f88c1f9bcac4ca9932.zip
More accurate documentation of the ':box' face attribute
* doc/lispref/display.texi (Face Attributes): Fix the description of negative width of the ':box' attribute. (Bug#26920)
-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 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}.
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