changeset 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 943603fc2ef2
children 55666b1c590b
files lispref/positions.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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