From 1178dddef5884873f3bf05e89253d4377f45b29b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 31 Oct 2001 10:19:40 +0000 Subject: [PATCH] Comment fix. --- src/xdisp.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 46c96ee37cb..bc77c483d7b 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -124,10 +124,9 @@ Boston, MA 02111-1307, USA. */ 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 -- 2.39.2