From ba27415c3ed5992d98bff31e30785f61972ee14c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 5 Aug 1997 21:38:52 +0000 Subject: [PATCH] (vc-version-diff): Change the Newer version prompt. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc.el b/lisp/vc.el index cde088d2176..e945002ffd5 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1326,7 +1326,7 @@ files in or below it." (read-string (if rel2-default (concat "Newer version: (default " rel2-default ") ") - "Newer version: ") + "Newer version (default: current source): ") nil nil rel2-default)))) (if (string-equal rel1 "") (setq rel1 nil)) (if (string-equal rel2 "") (setq rel2 nil)) -- 2.39.2