diff options
| author | jave | 2014-12-31 12:24:10 +0100 |
|---|---|---|
| committer | jave | 2014-12-31 12:24:10 +0100 |
| commit | baba9e039136e183e055169ddd7ca1e983fc734f (patch) | |
| tree | 9168fb077980351a25ea3a112f2abd105a11099a /src/dispextern.h | |
| parent | 4105b6a93047045553e10795742a808b805c85b7 (diff) | |
| parent | 25346768fac53687c97c213fb99ff18fa805b073 (diff) | |
| download | emacs-baba9e039136e183e055169ddd7ca1e983fc734f.tar.gz emacs-baba9e039136e183e055169ddd7ca1e983fc734f.zip | |
merge upstream
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 10a567ea485..908b62b5995 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2252,7 +2252,10 @@ struct it | |||
| 2252 | ptrdiff_t base_level_stop; | 2252 | ptrdiff_t base_level_stop; |
| 2253 | 2253 | ||
| 2254 | /* Maximum string or buffer position + 1. ZV when iterating over | 2254 | /* Maximum string or buffer position + 1. ZV when iterating over |
| 2255 | current_buffer. */ | 2255 | current_buffer. When iterating over a string in display_string, |
| 2256 | this can be smaller or greater than the number of string | ||
| 2257 | characters, depending on the values of PRECISION and FIELD_WIDTH | ||
| 2258 | with which display_string was called. */ | ||
| 2256 | ptrdiff_t end_charpos; | 2259 | ptrdiff_t end_charpos; |
| 2257 | 2260 | ||
| 2258 | /* C string to iterate over. Non-null means get characters from | 2261 | /* C string to iterate over. Non-null means get characters from |