# HG changeset patch # User Eli Zaretskii # Date 1260019309 0 # Node ID ad63f394611391461e92ab6e3efac0c98d920e93 # Parent 7925d1bc07e3130f26c12a9c29bb2a5f5d7af7f8 (next_element_from_display_vector): Fix a typo in the commentary. diff -r 7925d1bc07e3 -r ad63f3946113 src/xdisp.c --- a/src/xdisp.c Sat Dec 05 11:16:04 2009 +0000 +++ b/src/xdisp.c Sat Dec 05 13:21:49 2009 +0000 @@ -6217,8 +6217,8 @@ or `\003'. IT->dpvec holds the glyphs to return as characters. - IT->saved_face_id holds the face id before the display vector-- - it is restored into IT->face_idin set_iterator_to_next. */ + IT->saved_face_id holds the face id before the display vector--it + is restored into IT->face_id in set_iterator_to_next. */ static int next_element_from_display_vector (it)