comparison lispref/positions.texi @ 49183:b9d62d4d6921

(Screen Lines) <compute-motion>: Correct order of elts in return value.
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Jan 2003 08:00:28 +0000
parents bfdd0deae843
children d51a733d4b6b
comparison
equal deleted inserted replaced
49182:943603fc2ef2 49183:b9d62d4d6921
592 regardless of what buffer is displayed in @var{window}. 592 regardless of what buffer is displayed in @var{window}.
593 593
594 The return value is a list of five elements: 594 The return value is a list of five elements:
595 595
596 @example 596 @example
597 (@var{pos} @var{vpos} @var{hpos} @var{prevhpos} @var{contin}) 597 (@var{pos} @var{hpos} @var{vpos} @var{prevhpos} @var{contin})
598 @end example 598 @end example
599 599
600 @noindent 600 @noindent
601 Here @var{pos} is the buffer position where the scan stopped, @var{vpos} 601 Here @var{pos} is the buffer position where the scan stopped, @var{vpos}
602 is the vertical screen position, and @var{hpos} is the horizontal screen 602 is the vertical screen position, and @var{hpos} is the horizontal screen