From fa16624273fdb2aa5146400e25dfdbc0e2e45da8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 13 Jan 2003 08:00:28 +0000 Subject: [PATCH] (Screen Lines) : Correct order of elts in return value. --- lispref/positions.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2