]> code.delx.au - gnu-emacs/commitdiff
(Screen Lines) <compute-motion>: Correct order of elts in return value.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Jan 2003 08:00:28 +0000 (08:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Jan 2003 08:00:28 +0000 (08:00 +0000)
lispref/positions.texi

index a997774275da9c760f77185b6e16b0c43eb0dd30..0bb3a0ce76f46b85193ec0f69bfadac526f31404 100644 (file)
@@ -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