# HG changeset patch # User Juri Linkov # Date 1135115402 0 # Node ID 05e4a3f8ac73ccd85702f24e4eaeac32da255790 # Parent 05fd43fc72e93163e864e38e0686773b5c9aa720 (VC Status): Put P and N near p and n. diff -r 05fd43fc72e9 -r 05e4a3f8ac73 man/files.texi --- a/man/files.texi Tue Dec 20 21:42:19 2005 +0000 +++ b/man/files.texi Tue Dec 20 21:50:02 2005 +0000 @@ -1792,7 +1792,7 @@ 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 @@ 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 @@ 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