emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111027: Fix wording of commentary to


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111027: Fix wording of commentary to 'struct face' in dispextern.h.
Date: Thu, 29 Nov 2012 18:26:25 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111027
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Thu 2012-11-29 18:26:25 +0200
message:
  Fix wording of commentary to 'struct face' in dispextern.h.
modified:
  src/dispextern.h
=== modified file 'src/dispextern.h'
--- a/src/dispextern.h  2012-10-07 22:31:58 +0000
+++ b/src/dispextern.h  2012-11-29 16:26:25 +0000
@@ -1572,12 +1572,12 @@
   /* 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


reply via email to

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