aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2012-09-22 15:49:25 +0300
committerEli Zaretskii2012-09-22 15:49:25 +0300
commitaa1fe812d3e77ed65a5226a42e5dc081eab22b18 (patch)
treeefe484fc0fc8eea2a84ec6f7f220590d81b96bee /src
parent589bd69b63c7f9513d3ee9053f4a4d3bfe7705e0 (diff)
downloademacs-aa1fe812d3e77ed65a5226a42e5dc081eab22b18.tar.gz
emacs-aa1fe812d3e77ed65a5226a42e5dc081eab22b18.zip
src/dispextern.h: Fix commentary for struct it's string_nchars member.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h3
1 files changed, 2 insertions, 1 deletions
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
2138 const unsigned char *s; 2138 const unsigned char *s;
2139 2139
2140 /* Number of characters in the string (s, or it->string) we iterate 2140 /* Number of characters in the string (s, or it->string) we iterate
2141 over. */ 2141 over. Used only in display_string and its subroutines; never
2142 used for overlay strings and strings from display properties. */
2142 ptrdiff_t string_nchars; 2143 ptrdiff_t string_nchars;
2143 2144
2144 /* Start and end of a visible region; -1 if the region is not 2145 /* Start and end of a visible region; -1 if the region is not