diff options
| author | Richard M. Stallman | 2003-01-13 08:00:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-01-13 08:00:28 +0000 |
| commit | fa16624273fdb2aa5146400e25dfdbc0e2e45da8 (patch) | |
| tree | 524a3124d20840e579d7893806cfb5365920ecf2 | |
| parent | 48bf63e33d3d89655874718297cc724f71412f1f (diff) | |
| download | emacs-fa16624273fdb2aa5146400e25dfdbc0e2e45da8.tar.gz emacs-fa16624273fdb2aa5146400e25dfdbc0e2e45da8.zip | |
(Screen Lines) <compute-motion>: Correct order of elts in return value.
| -rw-r--r-- | lispref/positions.texi | 2 |
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}. | |||
| 594 | The return value is a list of five elements: | 594 | The 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 |