diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 0618c8d4bca..c90d75b3ba3 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -6217,8 +6217,8 @@ set_iterator_to_next (it, reseat_p) | |||
| 6217 | or `\003'. | 6217 | or `\003'. |
| 6218 | 6218 | ||
| 6219 | IT->dpvec holds the glyphs to return as characters. | 6219 | IT->dpvec holds the glyphs to return as characters. |
| 6220 | IT->saved_face_id holds the face id before the display vector-- | 6220 | IT->saved_face_id holds the face id before the display vector--it |
| 6221 | it is restored into IT->face_idin set_iterator_to_next. */ | 6221 | is restored into IT->face_id in set_iterator_to_next. */ |
| 6222 | 6222 | ||
| 6223 | static int | 6223 | static int |
| 6224 | next_element_from_display_vector (it) | 6224 | next_element_from_display_vector (it) |