aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-09-20 05:17:41 +0000
committerKarl Heuer1994-09-20 05:17:41 +0000
commit40284d6b4783bfc14110bdc585802e2e4d897397 (patch)
tree4a643eaead24124c3c7be226d903eadf955aa2a9
parentcb64230416f4d315bcc8048e984543e2b52384ab (diff)
downloademacs-40284d6b4783bfc14110bdc585802e2e4d897397.tar.gz
emacs-40284d6b4783bfc14110bdc585802e2e4d897397.zip
(compute_motion): Fix comment.
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index b50fab4f6a4..e34d1ec701d 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -417,7 +417,7 @@ struct position val_compute_motion;
417 417
418 window_width - 1 418 window_width - 1
419 - (has_vertical_scroll_bars 419 - (has_vertical_scroll_bars
420 ? VERTICAL_SCROLL_BAR_WIDTH 420 ? FRAME_SCROLL_BAR_COLS (XFRAME (window->frame))
421 : (window_width + window_left != frame_width)) 421 : (window_width + window_left != frame_width))
422 422
423 where 423 where