diff options
| author | Kim F. Storm | 2004-10-13 12:18:37 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-10-13 12:18:37 +0000 |
| commit | f38e574844abce22100fc41315c70fb7ebb88c60 (patch) | |
| tree | c6e8795060205f858391b7171ea6a364a69e40cb | |
| parent | 31e931a5d1c8b9ff1a5e8df909e57dec8050516e (diff) | |
| download | emacs-f38e574844abce22100fc41315c70fb7ebb88c60.tar.gz emacs-f38e574844abce22100fc41315c70fb7ebb88c60.zip | |
Fix comment for it->object; it may also be nil.
| -rw-r--r-- | src/dispextern.h | 4 |
1 files 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 | |||
| 1967 | 1967 | ||
| 1968 | /* Object and position where the current display element came from. | 1968 | /* Object and position where the current display element came from. |
| 1969 | Object can be a Lisp string in case the current display element | 1969 | Object can be a Lisp string in case the current display element |
| 1970 | comes from an overlay string, or it is buffer. Position is | 1970 | comes from an overlay string, or it is buffer. It may also be nil |
| 1971 | a position in object. */ | 1971 | during mode-line update. Position is a position in object. */ |
| 1972 | Lisp_Object object; | 1972 | Lisp_Object object; |
| 1973 | struct text_pos position; | 1973 | struct text_pos position; |
| 1974 | 1974 | ||