[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/files.texi
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/man/files.texi |
Date: |
Mon, 19 Dec 2005 02:56:24 +0000 |
Index: emacs/man/files.texi
diff -u emacs/man/files.texi:1.123 emacs/man/files.texi:1.124
--- emacs/man/files.texi:1.123 Mon Dec 12 00:55:25 2005
+++ emacs/man/files.texi Mon Dec 19 02:56:24 2005
@@ -1788,7 +1788,46 @@
To view the detailed version control status and history of a file,
type @kbd{C-x v l} (@code{vc-print-log}). It displays the history of
changes to the current file, including the text of the log entries. The
-output appears in a separate window.
+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
+to view diffs:
+
address@hidden @kbd
address@hidden p
+Move to the previous revision-item in the buffer. (Revision entries in the log
+buffer are usually in reverse-chronological order, so the previous
+revision-item usually corresponds to a newer revision.) A numeric
+prefix argument is a repeat count.
+
address@hidden n
+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.
+
address@hidden f
+Visit the revision indicated at the current line, like typing @kbd{C-x
+v ~} and specifying this revision's number (@pxref{Old Versions}).
+
address@hidden 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.
+
address@hidden 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
+to the beginning of the log. A numeric prefix argument is a repeat
+count, so @kbd{C-u 10 P} would move backward 10 files.
+
address@hidden N
+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.
address@hidden table
@node VC Undo
@subsubsection Undoing Version Control Actions