src/dispextern.h: Fix commentary for struct it's string_nchars member.
This commit is contained in:
parent
589bd69b63
commit
aa1fe812d3
1 changed files with 2 additions and 1 deletions
|
@ -2138,7 +2138,8 @@ struct it
|
|||
const unsigned char *s;
|
||||
|
||||
/* Number of characters in the string (s, or it->string) we iterate
|
||||
over. */
|
||||
over. Used only in display_string and its subroutines; never
|
||||
used for overlay strings and strings from display properties. */
|
||||
ptrdiff_t string_nchars;
|
||||
|
||||
/* Start and end of a visible region; -1 if the region is not
|
||||
|
|
Loading…
Add table
Reference in a new issue