diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-02-18 18:34:09 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-02-18 18:34:09 +0200 |
commit | c1b9b2c27fafbb7e20ba5628771e8f75c3bfd32b (patch) | |
tree | bbf3a84cba1f657f25d81a9db65d33a25ac5a274 /src | |
parent | ae11bda519726c8619f687645138f913b1027be3 (diff) | |
download | emacs-c1b9b2c27fafbb7e20ba5628771e8f75c3bfd32b.tar.gz |
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 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) |