From: Kim F. Storm Date: Wed, 13 Oct 2004 12:18:37 +0000 (+0000) Subject: Fix comment for it->object; it may also be nil. X-Git-Tag: ttn-vms-21-2-B4~4589 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f38e574844abce22100fc41315c70fb7ebb88c60;p=emacs.git Fix comment for it->object; it may also be nil. --- diff --git a/src/dispextern.h b/src/dispextern.h index 1e9fa483b27..d6c93cb270e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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;