Mercurial > emacs
changeset 67707:05e4a3f8ac73
(VC Status): Put P and N near p and n.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 20 Dec 2005 21:50:02 +0000 |
parents | 05fd43fc72e9 |
children | 1dd43729395d |
files | man/files.texi |
diffstat | 1 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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