]> code.delx.au - gnu-emacs/commitdiff
(VC Status): Put P and N near p and n.
authorJuri Linkov <juri@jurta.org>
Tue, 20 Dec 2005 21:50:02 +0000 (21:50 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 20 Dec 2005 21:50:02 +0000 (21:50 +0000)
man/files.texi

index f3b7872a9f1482c768e2a0510e28dcf986cc9e40..d599e576e9439c35c55c94fbfbb66ae57a41d1fc 100644 (file)
@@ -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