# HG changeset patch # User Kenichi Handa # Date 981722136 0 # Node ID 3f009240cc7df5a4543187fb162535862cdaa2ce # Parent 89cd7494e5cb0077b7b3331886ad562bb4fe885d (set-face-attribute): Describe the case of a negative value specified for :line-width. diff -r 89cd7494e5cb -r 3f009240cc7d lisp/faces.el --- 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