aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-31 10:19:40 +0000
committerGerd Moellmann2001-10-31 10:19:40 +0000
commit1178dddef5884873f3bf05e89253d4377f45b29b (patch)
treec08bddb5b0dc0f78ff573dab98e5c383d50dc4d8 /src
parenteafa319686563cbfb93ba725bb1d5d7a5e8c1a3b (diff)
downloademacs-1178dddef5884873f3bf05e89253d4377f45b29b.tar.gz
emacs-1178dddef5884873f3bf05e89253d4377f45b29b.zip
Comment fix.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c7
1 files 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. */
124 argument. 124 argument.
125 125
126 Iteration over things to be be displayed is then simple. It is 126 Iteration over things to be be displayed is then simple. It is
127 started by initializing an iterator with a call to init_iterator 127 started by initializing an iterator with a call to init_iterator.
128 (or init_string_iterator for that matter). Calls to 128 Calls to get_next_display_element fill the iterator structure with
129 get_next_display_element fill the iterator structure with relevant 129 relevant information about the next thing to display. Calls to
130 information about the next thing to display. Calls to
131 set_iterator_to_next move the iterator to the next thing. 130 set_iterator_to_next move the iterator to the next thing.
132 131
133 Besides this, an iterator also contains information about the 132 Besides this, an iterator also contains information about the