changeset 57475:1550c9f141cc

Fix comment for it->object; it may also be nil.
author Kim F. Storm <storm@cua.dk>
date Wed, 13 Oct 2004 12:18:37 +0000
parents 5e0e7d312f47
children 6205fd61e464
files src/dispextern.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Wed Oct 13 09:53:09 2004 +0000
+++ b/src/dispextern.h	Wed Oct 13 12:18:37 2004 +0000
@@ -1967,8 +1967,8 @@
 
   /* 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;