diff options
Diffstat (limited to 'src')
| -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 | ||