Mercurial > emacs
changeset 36009:3f009240cc7d
(set-face-attribute): Describe the case of a negative
value specified for :line-width.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 09 Feb 2001 12:35:36 +0000 |
parents | 89cd7494e5cb |
children | c486995553f8 |
files | lisp/faces.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Fri Feb 09 12:35:22 2001 +0000 +++ b/lisp/faces.el Fri Feb 09 12:35:36 2001 +0000 @@ -535,7 +535,9 @@ :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