From: Richard M. Stallman Date: Mon, 13 Jan 2003 08:00:28 +0000 (+0000) Subject: (Screen Lines) : Correct order of elts in return value. X-Git-Tag: ttn-vms-21-2-B4~11710 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa16624273fdb2aa5146400e25dfdbc0e2e45da8;p=emacs.git (Screen Lines) : Correct order of elts in return value. --- diff --git a/lispref/positions.texi b/lispref/positions.texi index a997774275d..0bb3a0ce76f 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi @@ -594,7 +594,7 @@ regardless of what buffer is displayed in @var{window}. The return value is a list of five elements: @example -(@var{pos} @var{vpos} @var{hpos} @var{prevhpos} @var{contin}) +(@var{pos} @var{hpos} @var{vpos} @var{prevhpos} @var{contin}) @end example @noindent