aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-01-13 08:00:28 +0000
committerRichard M. Stallman2003-01-13 08:00:28 +0000
commitfa16624273fdb2aa5146400e25dfdbc0e2e45da8 (patch)
tree524a3124d20840e579d7893806cfb5365920ecf2
parent48bf63e33d3d89655874718297cc724f71412f1f (diff)
downloademacs-fa16624273fdb2aa5146400e25dfdbc0e2e45da8.tar.gz
emacs-fa16624273fdb2aa5146400e25dfdbc0e2e45da8.zip
(Screen Lines) <compute-motion>: Correct order of elts in return value.
-rw-r--r--lispref/positions.texi2
1 files changed, 1 insertions, 1 deletions
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}.
594The return value is a list of five elements: 594The return value is a list of five elements:
595 595
596@example 596@example
597(@var{pos} @var{vpos} @var{hpos} @var{prevhpos} @var{contin}) 597(@var{pos} @var{hpos} @var{vpos} @var{prevhpos} @var{contin})
598@end example 598@end example
599 599
600@noindent 600@noindent