]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment for it->object; it may also be nil.
authorKim F. Storm <storm@cua.dk>
Wed, 13 Oct 2004 12:18:37 +0000 (12:18 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 13 Oct 2004 12:18:37 +0000 (12:18 +0000)
src/dispextern.h

index 1e9fa483b278ff21ef32e8f31a5bdd194cfbb5c9..d6c93cb270e03b1ae8d09117f65ec99bfe6dc0df 100644 (file)
@@ -1967,8 +1967,8 @@ struct it
 
   /* Object and position where the current display element came from.
      Object can be a Lisp string in case the current display element
-     comes from an overlay string, or it is buffer.  Position is
-     a position in object.  */
+     comes from an overlay string, or it is buffer.  It may also be nil
+     during mode-line update.  Position is a position in object.  */
   Lisp_Object object;
   struct text_pos position;