]> git.eshelyaron.com Git - emacs.git/commitdiff
(next_element_from_display_vector): Fix a typo in the commentary.
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Dec 2009 13:21:49 +0000 (13:21 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Dec 2009 13:21:49 +0000 (13:21 +0000)
src/xdisp.c

index 0618c8d4bca0b51c0523d1295cae928041b1a1f2..c90d75b3ba398062a42bcff920d0bee4730a41ad 100644 (file)
@@ -6217,8 +6217,8 @@ set_iterator_to_next (it, reseat_p)
    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)