From f38e574844abce22100fc41315c70fb7ebb88c60 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 13 Oct 2004 12:18:37 +0000 Subject: [PATCH] Fix comment for it->object; it may also be nil. --- src/dispextern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2