]> git.eshelyaron.com Git - emacs.git/commitdiff
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)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 09:29:06 +0000 (11:29 +0200)
* 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.

(cherry picked from commit a300db7ad4a16dc39bf1793c2e61f75145337ec6)

doc/emacs/maintaining.texi

index 46f7bf5cdf0135ddfb18954271287de80f9e62c1..c17cf7e18c3d5ad59ceab1cdf645b98f277891f6 100644 (file)
@@ -1033,6 +1033,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}).
@@ -1086,7 +1090,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,