diff options
| author | Eli Zaretskii | 2013-02-18 18:34:09 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-02-18 18:34:09 +0200 |
| commit | c1b9b2c27fafbb7e20ba5628771e8f75c3bfd32b (patch) | |
| tree | bbf3a84cba1f657f25d81a9db65d33a25ac5a274 /src | |
| parent | ae11bda519726c8619f687645138f913b1027be3 (diff) | |
| download | emacs-c1b9b2c27fafbb7e20ba5628771e8f75c3bfd32b.tar.gz emacs-c1b9b2c27fafbb7e20ba5628771e8f75c3bfd32b.zip | |
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) | |||
| 28422 | if (FRAME_HAS_VERTICAL_SCROLL_BARS (XFRAME (w->frame))) | 28422 | if (FRAME_HAS_VERTICAL_SCROLL_BARS (XFRAME (w->frame))) |
| 28423 | return; | 28423 | return; |
| 28424 | 28424 | ||
| 28425 | /* Note: It is necessary to redraw bot the left and the right | 28425 | /* Note: It is necessary to redraw both the left and the right |
| 28426 | borders, for when only this single window W is being | 28426 | borders, for when only this single window W is being |
| 28427 | redisplayed. */ | 28427 | redisplayed. */ |
| 28428 | if (!WINDOW_RIGHTMOST_P (w) | 28428 | if (!WINDOW_RIGHTMOST_P (w) |