emacs-diffs
[Top][All Lists]
Advanced

[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, 12 Dec 2005 00:55:25 +0000

Index: emacs/man/files.texi
diff -u emacs/man/files.texi:1.122 emacs/man/files.texi:1.123
--- emacs/man/files.texi:1.122  Fri Nov 18 17:05:36 2005
+++ emacs/man/files.texi        Mon Dec 12 00:55:25 2005
@@ -1680,45 +1680,42 @@
 stretch factor greater than 1 means the color range spans more than a
 year.
 
-From the annotate buffer, you can use the following keys to browse the
+  From the annotate buffer, you can use the following keys to browse the
 annotations of past revisions, view diffs, or view log entries:
 
address@hidden @bullet
-
address@hidden
-Pressing @kbd{P} annotates the previous revision.  It also takes a
-numeric prefix argument, so for example @kbd{C-u 10 P} would take you
-back 10 revisions.
-
address@hidden
-Pressing @kbd{N} annotates the next revision.  It also takes a numeric
-prefix argument, so for example @kbd{C-u 10 N} would take you forward
-10 revisions.
-
address@hidden
-Pressing @kbd{J} annotates the revision at line (as denoted by the
-version number on the same line).
-
address@hidden
-Pressing @kbd{A} annotates the revision previous to line (as denoted
-by the version number on the same line).  This is useful to see the
-state the file was in before the change on the current line was made.
-
address@hidden
-Pressing @kbd{D} shows the diff of the revision at line with its
-previous revision.  This is useful to see what actually changed when
-the revision denoted on the current line was committed.
-
address@hidden
-Pressing @kbd{L} shows the log of the revision at line.  This is
-useful to see the author's description of the changes that occurred
-when the revision denoted on the current line was committed.
-
address@hidden
-Pressing @kbd{W} annotates the workfile (most up to date) version.  If
-you used @kbd{P} and @kbd{N} to browse to other revisions, use this
-key to return to the latest version.
address@hidden itemize
address@hidden @kbd
address@hidden P
+Annotate the previous revision, that is to say, the revision before
+the one currently annotated.  A numeric prefix argument is a repeat
+count, so @kbd{C-u 10 P} would take you back 10 revisions.
+
address@hidden N
+Annotate the next revision---the one after the revision currently
+annotated.  A numeric prefix argument is a repeat count.
+
address@hidden J
+Annotate the revision indicated by the current line.
+
address@hidden A
+Annotate the revision before the one indicated by the current line.
+This is useful to see the state the file was in before the change on
+the current line was made.
+
address@hidden D
+Display the diff between the current line's revision and the previous
+revision.  This is useful to see what the current line's revision
+actually changed in the file.
+
address@hidden L
+Show the log of the current line's revision.  This is useful to see
+the author's description of the changes in the revision on the current
+line.
+
address@hidden W
+Annotate the workfile version--the one you are editing.  If you used
address@hidden and @kbd{N} to browse to other revisions, use this key to
+return to the latest version.
address@hidden table
 
 @node Secondary VC Commands
 @subsection The Secondary Commands of VC




reply via email to

[Prev in Thread] Current Thread [Next in Thread]