1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; * lisp/vc/vc.el (vc-print-root-log): Improve docstring (bug#79439).

This commit is contained in:
James Thomas 2025-09-13 03:41:54 +05:30 committed by Eli Zaretskii
parent 2fafcdbf6a
commit 0832e5fec5

View file

@ -2967,7 +2967,7 @@ number of revisions to show; the default is `vc-log-show-limit'.
When called interactively with a prefix argument, prompt for LIMIT, but
if the prefix argument is a number, use it as LIMIT.
A special case is when the prefix argument is 1: in this case
the command prompts for the ID of a revision, and shows that revision
the command prompts for the id of a REVISION, and shows that revision
with its diffs (if the underlying VCS backend supports that)."
(interactive
(cond