diff 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
line wrap: on
line diff
--- a/lispref/positions.texi	Mon Jan 13 07:59:04 2003 +0000
+++ b/lispref/positions.texi	Mon Jan 13 08:00:28 2003 +0000
@@ -594,7 +594,7 @@
 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