From 11cfab98b72a7024fcaf258684ca1dcc6edc6fe4 Mon Sep 17 00:00:00 2001
From: Juri Linkov <juri@jurta.org>
Date: Tue, 20 Dec 2005 21:50:02 +0000
Subject: [PATCH] (VC Status): Put P and N near p and n.

---
 man/files.texi | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/man/files.texi b/man/files.texi
index f3b7872a9f1..d599e576e94 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -1792,7 +1792,7 @@ output appears in a separate window.  The point is centered at the
 revision of the file that is currently being visited.
 
 From the change log buffer, the following keys are used to move
-between the logs of files and revisions, to view past revisions, and
+between the logs of revisions and files, to view past revisions, and
 to view diffs:
 
 @table @kbd
@@ -1807,16 +1807,6 @@ Move to the next revision-item (which most often corresponds to the
 previous revision of the file).  A numeric prefix argument is a repeat
 count.
 
-@item f
-Visit the revision indicated at the current line, like typing @kbd{C-x
-v ~} and specifying this revision's number (@pxref{Old Versions}).
-
-@item d
-Display the diff (@pxref{Comparing Files}) between the revision
-indicated at the current line and the next earlier revision.  This is
-useful to see what actually changed when the revision indicated on the
-current line was committed.
-
 @item P
 Move to the log of the previous file, when the logs of multiple files
 are in the log buffer (@pxref{VC Dired Mode}).  Otherwise, just move
@@ -1827,6 +1817,16 @@ count, so @kbd{C-u 10 P} would move backward 10 files.
 Move to the log of the next file, when the logs of multiple files are
 in the log buffer (@pxref{VC Dired Mode}).  It also takes a numeric
 prefix argument as a repeat count.
+
+@item f
+Visit the revision indicated at the current line, like typing @kbd{C-x
+v ~} and specifying this revision's number (@pxref{Old Versions}).
+
+@item d
+Display the diff (@pxref{Comparing Files}) between the revision
+indicated at the current line and the next earlier revision.  This is
+useful to see what actually changed when the revision indicated on the
+current line was committed.
 @end table
 
 @node VC Undo
-- 
2.39.5