Make C-u 1 C-x v L slightly more discoverable
* 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.
This commit is contained in:
parent
076e8ad5fc
commit
a300db7ad4
1 changed files with 6 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue