src/dispextern.h: Fix commentary for struct it's string_nchars member.

This commit is contained in:
Eli Zaretskii 2012-09-22 15:49:25 +03:00
parent 589bd69b63
commit aa1fe812d3

View file

@ -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