]> code.delx.au - gnu-emacs/blobdiff - lisp/vc-mcvs.el
*** empty log message ***
[gnu-emacs] / lisp / vc-mcvs.el
index 271cd01cbfbe1da5ba24963673c14c7c3b8dbc46..b52bc797dda7541100b3313ebcf9aed9e45ae913 100644 (file)
@@ -225,7 +225,7 @@ the Meta-CVS command (in that order)."
     ;; Make sure the `mcvs add' will not fire up the CVSEDITOR
     ;; to add a rule for the given file's extension.
     (when (and ext (not (assoc ext types)))
-      (let ((type (completing-read "Type to use [default]: "
+      (let ((type (completing-read "Type to use (default): "
                                   '("default" "name-only" "keep-old"
                                     "binary" "value-only")
                                   nil t nil nil "default")))