emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 a73ec1e: More accurate documentation of the ':box


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 a73ec1e: More accurate documentation of the ':box' face attribute
Date: Sun, 14 May 2017 10:25:44 -0400 (EDT)

branch: emacs-25
commit a73ec1edb07156de7b1a29f88c1f9bcac4ca9932
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    More accurate documentation of the ':box' face attribute
    
    * doc/lispref/display.texi (Face Attributes): Fix the description
    of negative width of the ':box' attribute.  (Bug#26920)
---
 doc/lispref/display.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 717171c..c3468ab 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -2282,8 +2282,8 @@ Draw a box with lines of width 1, in color @var{color}.
 This way you can explicitly specify all aspects of the box.  The value
 @var{width} specifies the width of the lines to draw; it defaults to
 1.  A negative width @var{-n} means to draw a line of width @var{n}
-that occupies the space of the underlying text, thus avoiding any
-increase in the character height or width.
+whose top and bottom parts occupy the space of the underlying text,
+thus avoiding any increase in the character height.
 
 The value @var{color} specifies the color to draw with.  The default is
 the foreground color of the face for simple boxes, and the background



reply via email to

[Prev in Thread] Current Thread [Next in Thread]