]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 31 Oct 2001 10:19:40 +0000 (10:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 31 Oct 2001 10:19:40 +0000 (10:19 +0000)
src/xdisp.c

index 46c96ee37cbbef04cd1145eacff5aae86633f8a0..bc77c483d7b829b5ec2e0fb0fad9c72801549865 100644 (file)
@@ -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