comparison src/indent.c @ 6585:0e26a2431fa2

(Fcompute_motion): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Wed, 30 Mar 1994 02:29:28 +0000
parents 33ae9314b443
children de99006a8b38
comparison
equal deleted inserted replaced
6584:ec24b7ded9bc 6585:0e26a2431fa2
626 OFFSETS is either nil or a cons cell (HSCROLL . TAB-OFFSET).\n\ 626 OFFSETS is either nil or a cons cell (HSCROLL . TAB-OFFSET).\n\
627 HSCROLL is the number of columns not being displayed at the left\n\ 627 HSCROLL is the number of columns not being displayed at the left\n\
628 margin; this is usually taken from a window's hscroll member.\n\ 628 margin; this is usually taken from a window's hscroll member.\n\
629 TAB-OFFSET is the number of columns of the first tab that aren't\n\ 629 TAB-OFFSET is the number of columns of the first tab that aren't\n\
630 being displayed, perhaps because the line was continued within it.\n\ 630 being displayed, perhaps because the line was continued within it.\n\
631 If OFFSETS is nil, HSCROLL and TAB-OFFSET are assumed to be zero.\n\
631 \n\ 632 \n\
632 The value is a list of five elements:\n\ 633 The value is a list of five elements:\n\
633 (POS VPOS HPOS PREVHPOS CONTIN)\n\ 634 (POS VPOS HPOS PREVHPOS CONTIN)\n\
634 POS is the buffer position where the scan stopped.\n\ 635 POS is the buffer position where the scan stopped.\n\
635 VPOS is the vertical position where the scan stopped.\n\ 636 VPOS is the vertical position where the scan stopped.\n\