From 0832e5fec569d3247f83a2dbbeae2057a826db71 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Sat, 13 Sep 2025 03:41:54 +0530 Subject: [PATCH] ; * lisp/vc/vc.el (vc-print-root-log): Improve docstring (bug#79439). --- lisp/vc/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index cb6197c62b7..1ca895cbecc 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -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