diff options
Diffstat (limited to 'src/xdisp.c')
-rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 2467b336f4a..08c6927052c 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -21693,7 +21693,7 @@ extend_face_to_end_of_line (struct it *it) && indicator_column < it->last_visible_x) { - /* Here we substract char_width because we want the + /* Here we subtract char_width because we want the column indicator in the column INDICATOR_COLUMN, not after it. */ const int stretch_width = @@ -21865,7 +21865,7 @@ extend_face_to_end_of_line (struct it *it) /* We need to subtract 1 to the indicator_column here because we will add the indicator IN the column indicator number, not after it. We compare the variable it->current_x before - producing the glyph. When FRAME_WINDOW_P we substract + producing the glyph. When FRAME_WINDOW_P we subtract CHAR_WIDTH calculating STRETCH_WIDTH for the same reason. */ const int indicator_column = fill_column_indicator_column (it, 1) - 1; |