comparison src/xdisp.c @ 105221:876f51a736be

(move_it_in_display_line_to): Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 27 Sep 2009 11:49:20 +0000
parents 82212781ad78
children 0bf57cf45472
comparison
equal deleted inserted replaced
105220:9408f8b20031 105221:876f51a736be
6912 atpos_it.hpos = hpos_before_this_char; 6912 atpos_it.hpos = hpos_before_this_char;
6913 } 6913 }
6914 } 6914 }
6915 6915
6916 set_iterator_to_next (it, 1); 6916 set_iterator_to_next (it, 1);
6917 /* One graphical terminals, newlines may 6917 /* On graphical terminals, newlines may
6918 "overflow" into the fringe if 6918 "overflow" into the fringe if
6919 overflow-newline-into-fringe is non-nil. 6919 overflow-newline-into-fringe is non-nil.
6920 On text-only terminals, newlines may 6920 On text-only terminals, newlines may
6921 overflow into the last glyph on the 6921 overflow into the last glyph on the
6922 display line.*/ 6922 display line.*/