summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-05 21:38:52 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-05 21:38:52 +0000
commit4e7993f70ae12135b9a8b0d75222118252fe3f14 (patch)
tree1dabd645e95dfefa2c0009b65f83ceeee5b3a5e7 /lisp/vc.el
parent04b2568598bd3fad586feefb8dfaea0539233a3f (diff)
downloademacs-4e7993f70ae12135b9a8b0d75222118252fe3f14.tar.gz
(vc-version-diff): Change the Newer version prompt.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
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))