diff options
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index c5794994950..8a85a4f1711 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2333,7 +2333,7 @@ struct it | |||
| 2333 | ptrdiff_t end_charpos; | 2333 | ptrdiff_t end_charpos; |
| 2334 | 2334 | ||
| 2335 | /* Alternate begin position of the buffer that may be used to | 2335 | /* Alternate begin position of the buffer that may be used to |
| 2336 | optimize display (see the WITH_NARROWED_BEGV macro below). */ | 2336 | optimize display (see the SET_WITH_NARROWED_BEGV macro). */ |
| 2337 | ptrdiff_t narrowed_begv; | 2337 | ptrdiff_t narrowed_begv; |
| 2338 | 2338 | ||
| 2339 | /* C string to iterate over. Non-null means get characters from | 2339 | /* C string to iterate over. Non-null means get characters from |