; * src/xdisp.c (display_string): Fix a typo in a comment.
This commit is contained in:
parent
7162228815
commit
4e6104ea0b
1 changed files with 1 additions and 1 deletions
|
@ -26844,7 +26844,7 @@ display_string (const char *string, Lisp_Object lisp_string, Lisp_Object face_st
|
|||
else
|
||||
max_x = min (max_x, it->last_visible_x);
|
||||
|
||||
/* Skip over display elements that are not visible. because IT->w is
|
||||
/* Skip over display elements that are not visible because IT->w is
|
||||
hscrolled. */
|
||||
if (it->current_x < it->first_visible_x)
|
||||
move_it_in_display_line_to (it, 100000, it->first_visible_x,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue