From 48ce8399f828c0528c2e9dbefc29b5510fea9b5d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 14 Jan 1995 03:10:53 +0000 Subject: [PATCH] (vc-directory): Prompt for a directory, not a file. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc.el b/lisp/vc.el index 70ce0d5c842..146de5e81b8 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1086,7 +1086,7 @@ Interactively, supply a prefix arg to make VERBOSE non-nil. If the optional third argument NESTED is non-nil, scan the entire tree of subdirectories of the current directory." - (interactive "FVC status of directory: \nP") + (interactive "DVC status of directory: \nP") (let* (nonempty (dl (length dir)) (filelist nil) (userlist nil) -- 2.39.5