; * doc/emacs/maintaining.texi (VC Change Log): Fix recent change.
authorEli Zaretskii <eliz@gnu.org>
Wed, 12 Jun 2024 06:16:40 +0000 (09:16 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 12 Jun 2024 06:16:40 +0000 (09:16 +0300)
doc/emacs/maintaining.texi

index 34010147b4370f89a8920fd0d5f24ba8a7f92f62..3a9bef9884a2920c515082c3e20dc34d39835f6d 100644 (file)
@@ -1038,8 +1038,8 @@ 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)
+@item C-u 1 C-x v L @var{revision} @key{RET}
+Display the log entry and changes (diffs) of a single @var{revision}
 (@code{vc-print-root-log}).
 
 @item C-x v b l
@@ -1069,10 +1069,10 @@ Search the change history for a specified pattern.
 current fileset in the long form, including who made the changes, the
 dates, and the log entry for each change (these are the same log
 entries you would enter via the @file{*vc-log*} buffer; @pxref{Log
-Buffer}).  When invoked from a buffer visiting a file, the current
+Buffer}).  If invoked from a buffer visiting a file, the current
 fileset consists of that single file, and point in the displayed
 @file{*vc-change-log*} buffer is centered at the revision of that
-file.  When invoked from a VC Directory buffer (@pxref{VC Directory
+file.  If invoked from a VC Directory buffer (@pxref{VC Directory
 Mode}) or from a Dired buffer (@pxref{Dired}), the fileset consists of
 all the marked files, defaulting to the file shown on the current line
 in the directory buffer if no file is marked.
@@ -1096,7 +1096,7 @@ 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
+  If 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,