From: Gerd Moellmann Date: Wed, 31 Oct 2001 10:19:40 +0000 (+0000) Subject: Comment fix. X-Git-Tag: ttn-vms-21-2-B4~18966 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1178dddef5884873f3bf05e89253d4377f45b29b;p=emacs.git Comment fix. --- 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