projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7162228
)
; * src/xdisp.c (display_string): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 1 Nov 2020 19:49:35 +0000
(21:49 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 1 Nov 2020 19:49:35 +0000
(21:49 +0200)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 6c14a9a7b9de30e57d19446248788d91680b1667..60864c2671c15b3a0af125ea47533e04d46e31ae 100644
(file)
--- 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
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,