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
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
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