aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2011-07-02 20:24:00 -0400
committerChong Yidong2011-07-02 20:24:00 -0400
commitb00d8c1a00d33b1d2b0a6678e964eb41eb6fc2ae (patch)
treed36304f5b187f06f3b63ca4d19d29a0419160f2e
parent3b6c4a75cf13f0676dc7b284c059281d94150dfa (diff)
downloademacs-b00d8c1a00d33b1d2b0a6678e964eb41eb6fc2ae.tar.gz
emacs-b00d8c1a00d33b1d2b0a6678e964eb41eb6fc2ae.zip
* display.texi (Face Attributes): Document negative line widths (Bug#6113).
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/display.texi5
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 0178e91ba4f..2a17a57f90f 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12011-07-03 Chong Yidong <cyd@stupidchicken.com>
2
3 * display.texi (Face Attributes): Document negative line widths
4 (Bug#6113).
5
12011-06-14 Chong Yidong <cyd@stupidchicken.com> 62011-06-14 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * keymaps.texi (Searching Keymaps): 8 * keymaps.texi (Searching Keymaps):
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index e8e9e38939d..42f68583839 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -2094,7 +2094,10 @@ Draw a box with lines of width 1, in color @var{color}.
2094 2094
2095@item @code{(:line-width @var{width} :color @var{color} :style @var{style})} 2095@item @code{(:line-width @var{width} :color @var{color} :style @var{style})}
2096This way you can explicitly specify all aspects of the box. The value 2096This way you can explicitly specify all aspects of the box. The value
2097@var{width} specifies the width of the lines to draw; it defaults to 1. 2097@var{width} specifies the width of the lines to draw; it defaults to
20981. A negative width @var{-n} means to draw a line of width @var{n}
2099that occupies the space of the underlying text, thus avoiding any
2100increase in the character height or width.
2098 2101
2099The value @var{color} specifies the color to draw with. The default is 2102The value @var{color} specifies the color to draw with. The default is
2100the foreground color of the face for simple boxes, and the background 2103the foreground color of the face for simple boxes, and the background