comparison lispref/positions.texi @ 60963:951cb9c59174

(Screen Lines): Document nil for width argument to compute-motion.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Mar 2005 02:07:08 +0000
parents 2d8b73599b7b
children 7a990909b5f9 4da4a09e8b1b
comparison
equal deleted inserted replaced
60962:a3bf037cdd99 60963:951cb9c59174
579 579
580 The coordinate arguments @var{frompos} and @var{topos} are cons cells of 580 The coordinate arguments @var{frompos} and @var{topos} are cons cells of
581 the form @code{(@var{hpos} . @var{vpos})}. 581 the form @code{(@var{hpos} . @var{vpos})}.
582 582
583 The argument @var{width} is the number of columns available to display 583 The argument @var{width} is the number of columns available to display
584 text; this affects handling of continuation lines. Use the value 584 text; this affects handling of continuation lines. @code{nil} means
585 returned by @code{window-width} for the window of your choice; 585 the actual number of usable text columns in the window, which is
586 normally, use @code{(window-width @var{window})}. 586 equivalent to the value returned by @code{(window-width window)}.
587 587
588 The argument @var{offsets} is either @code{nil} or a cons cell of the 588 The argument @var{offsets} is either @code{nil} or a cons cell of the
589 form @code{(@var{hscroll} . @var{tab-offset})}. Here @var{hscroll} is 589 form @code{(@var{hscroll} . @var{tab-offset})}. Here @var{hscroll} is
590 the number of columns not being displayed at the left margin; most 590 the number of columns not being displayed at the left margin; most
591 callers get this by calling @code{window-hscroll}. Meanwhile, 591 callers get this by calling @code{window-hscroll}. Meanwhile,