# HG changeset patch # User Gerd Moellmann # Date 1004523580 0 # Node ID 0b1d7078c08080651dd1b04328c032fd6dfd0a6b # Parent e625c7d1279303d499c123b10f37ae8e40289d25 Comment fix. diff -r e625c7d12793 -r 0b1d7078c080 src/xdisp.c --- a/src/xdisp.c Wed Oct 31 10:06:35 2001 +0000 +++ b/src/xdisp.c Wed Oct 31 10:19:40 2001 +0000 @@ -124,10 +124,9 @@ argument. Iteration over things to be be displayed is then simple. It is - started by initializing an iterator with a call to init_iterator - (or init_string_iterator for that matter). Calls to - get_next_display_element fill the iterator structure with relevant - information about the next thing to display. Calls to + started by initializing an iterator with a call to init_iterator. + Calls to get_next_display_element fill the iterator structure with + relevant information about the next thing to display. Calls to set_iterator_to_next move the iterator to the next thing. Besides this, an iterator also contains information about the