changeset 40545:0b1d7078c080

Comment fix.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 31 Oct 2001 10:19:40 +0000
parents e625c7d12793
children 361c85774b8f
files src/xdisp.c
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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