Make C-u 1 C-x v L slightly more discoverable
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 11 Jun 2024 04:59:56 +0000 (12:59 +0800)
committerSean Whitton <spwhitton@spwhitton.name>
Tue, 11 Jun 2024 23:43:53 +0000 (07:43 +0800)
* doc/emacs/maintaining.texi (VC Change Log): List C-u 1 C-x v L
as though it were a separate command.  Give the longer
description its own paragraph.

doc/emacs/maintaining.texi

index 579098c81b1495ee8fce1a2d4e6201f499c667da..34010147b4370f89a8920fd0d5f24ba8a7f92f62 100644 (file)
@@ -1038,6 +1038,10 @@ Display the change history for the current fileset
 Display the change history for the current repository
 (@code{vc-print-root-log}).
 
+@item C-u 1 C-x v L
+Display a single revision's log entry and changes (diffs)
+(@code{vc-print-root-log}).
+
 @item C-x v b l
 Display the change history for another branch
 (@code{vc-print-branch-log}).
@@ -1091,7 +1095,8 @@ version-controlled directory tree (RCS, SCCS, CVS, and SRC do not
 support this feature).  With a prefix argument, the command prompts
 for the maximum number of revisions to display.  A numeric prefix
 argument specifies the maximum number of revisions without prompting.
-When the numeric prefix argument is 1, as in @w{@kbd{C-1 C-x v L}} or
+
+  When the numeric prefix argument is 1, as in @w{@kbd{C-1 C-x v L}} or
 @w{@kbd{C-u 1 C-x v L}}, the command prompts for the revision ID, and
 displays the log entry of that revision together with the changes
 (diffs) it introduced.  (Some less capable version control systems,