diff options
| -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 9d2994f0728..55d1272faaf 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -28422,7 +28422,7 @@ x_draw_vertical_border (struct window *w) if (FRAME_HAS_VERTICAL_SCROLL_BARS (XFRAME (w->frame))) return; - /* Note: It is necessary to redraw bot the left and the right + /* Note: It is necessary to redraw both the left and the right borders, for when only this single window W is being redisplayed. */ if (!WINDOW_RIGHTMOST_P (w) |
