]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve comments.
authorGerd Moellmann <gerd@gnu.org>
Wed, 14 Mar 2001 13:15:51 +0000 (13:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 14 Mar 2001 13:15:51 +0000 (13:15 +0000)
src/dispextern.h

index fa5e40e0650d4f6e9a6a957dbf423afa58832f1b..c463e2ca173a46713ad5a29696e517e4cad46cc8 100644 (file)
@@ -242,7 +242,9 @@ struct glyph
   int charpos;
 
   /* Lisp object source of this glyph.  Currently either a buffer or
-     a string, or 0.  */
+     a string, if the glyph was produced from characters which came from 
+     a buffer or a string; or 0 if the glyph was inserted by redisplay
+     for its own purposes such as padding.  */
   Lisp_Object object;
 
   /* Width in pixels.  */
@@ -281,8 +283,9 @@ struct glyph
      padding. */
   unsigned padding_p : 1;
 
-  /* 1 means the actual glyph is not available in the current
-     system.  */
+  /* 1 means the actual glyph is not available, draw a box instead.
+     This can happen when a font couldn't be loaded, or a character
+     doesn't have a glyph in a font.  */
   unsigned glyph_not_available_p : 1;
 
   /* Face of the glyph.  */