From aa1fe812d3e77ed65a5226a42e5dc081eab22b18 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 22 Sep 2012 15:49:25 +0300 Subject: [PATCH] src/dispextern.h: Fix commentary for struct it's string_nchars member. --- src/dispextern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dispextern.h b/src/dispextern.h index 365e8bcdcee..978a23e4f7c 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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 -- 2.39.2