diff options
author | Kenichi Handa <handa@m17n.org> | 2001-02-09 12:35:36 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2001-02-09 12:35:36 +0000 |
commit | fd0654e499879627545701a22239cdd645a00d5c (patch) | |
tree | 65e851723dfbf8aaa9df8cc7bf70a990625d2f83 /lisp | |
parent | 12f62bcf15e739f48e10cbe33a64dc75fe3eb599 (diff) | |
download | emacs-fd0654e499879627545701a22239cdd645a00d5c.tar.gz |
(set-face-attribute): Describe the case of a negative
value specified for :line-width.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/faces.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 491410992e9..3eee8bad719 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -535,7 +535,9 @@ VALUE must be a property list of the form `(:line-width WIDTH :color COLOR :style STYLE)'. If a keyword/value pair is missing from the property list, a default value will be used for the value, as specified below. WIDTH specifies the width of the lines to draw; it -defaults to 1. COLOR is the name of the color to draw in, default is +defaults to 1. If WIDTH is negative, the absolute value is the width +of the lines, and draw top/bottom lines inside the characters area, +not around it. COLOR is the name of the color to draw in, default is the foreground color of the face for simple boxes, and the background color of the face for 3D boxes. STYLE specifies whether a 3D box should be draw. If STYLE is `released-button', draw a box looking |