From 8d02f0ad3ba4cb4863f99579454c29e55149ffd9 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Sat, 19 Oct 2013 21:53:01 +0800 Subject: [PATCH] =?utf8?q?Add=20indexes=20for=20the=20=E2=80=98:box?= =?utf8?q?=E2=80=99=20face=20attribute.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * doc/lispref/display.texi (Face Attributes): Add indexes for the ‘:box’ face attribute. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/display.texi | 2 ++ 2 files changed, 6 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d3ea6b24311..42659150058 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-10-19 Xue Fuqiao + + * display.texi (Face Attributes): Add indexes for the ‘:box’ face attribute. + 2013-10-18 Xue Fuqiao * display.texi (Line Height): Add indexes for line height. diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 481e4a887d5..cd2626043d7 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -2077,6 +2077,8 @@ value @code{nil} means do not overline. Whether or not characters should be strike-through, and in what color. The value is used like that of @code{:overline}. +@cindex 2D box +@cindex 3D box @item :box Whether or not a box should be drawn around characters, its color, the width of the box lines, and 3D appearance. Here are the possible -- 2.39.2