aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2012-11-29 18:26:25 +0200
committerEli Zaretskii <[email protected]>2012-11-29 18:26:25 +0200
commitcbf8a8c744ce75d416139b5886dc655d01f89b57 (patch)
tree0892267a178324937377ebf6d6c4fe9d20c80c07
parent3940b924e7c9da1e01ff16b4797ac75ef6ce8df4 (diff)
Fix wording of commentary to 'struct face' in dispextern.h.
-rw-r--r--src/dispextern.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index c5ebb808b0..aa40f019fb 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1572,12 +1572,12 @@ struct face
/* Pixmap width and height. */
unsigned int pixmap_w, pixmap_h;
- /* Non-zero means characters in this face have a box that thickness
- around them. If it is negative, the absolute value indicates the
- thickness, and the horizontal lines of box (top and bottom) are
- drawn inside of characters glyph area. The vertical lines of box
- (left and right) are drawn as the same way as the case that this
- value is positive. */
+ /* Non-zero means characters in this face have a box of that
+ thickness around them. If this value is negative, its absolute
+ value indicates the thickness, and the horizontal (top and
+ bottom) borders of box are drawn inside of the character glyphs'
+ area. The vertical (left and right) borders of the box are drawn
+ in the same way as when this value is positive. */
int box_line_width;
/* Type of box drawn. A value of FACE_NO_BOX means no box is drawn