From: Eli Zaretskii Date: Sat, 24 Aug 2013 15:21:05 +0000 (+0300) Subject: Add commentary for the last commit. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~132 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6dc695d1e31fe51e6f15993d998540875b3ae881;p=emacs.git Add commentary for the last commit. --- diff --git a/src/xdisp.c b/src/xdisp.c index fecf22af1e9..3ff4603b727 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -7050,6 +7050,8 @@ get_next_display_element (struct it *it) } } } + /* next_element_from_display_vector sets this flag according to + faces of the display vector glyphs, see there. */ else if (it->method != GET_FROM_DISPLAY_VECTOR) { int face_id = face_after_it_pos (it);