diff options
| author | Eli Zaretskii | 2020-11-01 21:49:35 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-11-01 21:49:35 +0200 |
| commit | 4e6104ea0b7f1eb1725e81800e584b337e2da447 (patch) | |
| tree | 5164866d7c4e266d34ad570120e42caad859052f /src | |
| parent | 7162228815e4789c9186ec7e57a5ed0e1442a799 (diff) | |
| download | emacs-4e6104ea0b7f1eb1725e81800e584b337e2da447.tar.gz emacs-4e6104ea0b7f1eb1725e81800e584b337e2da447.zip | |
; * src/xdisp.c (display_string): Fix a typo in a comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 6c14a9a7b9d..60864c2671c 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -26844,7 +26844,7 @@ display_string (const char *string, Lisp_Object lisp_string, Lisp_Object face_st | |||
| 26844 | else | 26844 | else |
| 26845 | max_x = min (max_x, it->last_visible_x); | 26845 | max_x = min (max_x, it->last_visible_x); |
| 26846 | 26846 | ||
| 26847 | /* Skip over display elements that are not visible. because IT->w is | 26847 | /* Skip over display elements that are not visible because IT->w is |
| 26848 | hscrolled. */ | 26848 | hscrolled. */ |
| 26849 | if (it->current_x < it->first_visible_x) | 26849 | if (it->current_x < it->first_visible_x) |
| 26850 | move_it_in_display_line_to (it, 100000, it->first_visible_x, | 26850 | move_it_in_display_line_to (it, 100000, it->first_visible_x, |