comparison src/indent.c @ 8946:f2249e034d50

(compute_motion): Fix comment.
author Karl Heuer <kwzh@gnu.org>
date Tue, 20 Sep 1994 05:17:41 +0000
parents 2ef3da79aabb
children e475f8108156
comparison
equal deleted inserted replaced
8945:4a2b3d7c2394 8946:f2249e034d50
415 415
416 When displaying in window w, a typical formula for WIDTH is: 416 When displaying in window w, a typical formula for WIDTH is:
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
424 window_width is XFASTINT (w->width), 424 window_width is XFASTINT (w->width),
425 window_left is XFASTINT (w->left), 425 window_left is XFASTINT (w->left),