diff lisp/vc.el @ 10428:08876628ef14

(vc-directory): Prompt for a directory, not a file.
author Karl Heuer <kwzh@gnu.org>
date Sat, 14 Jan 1995 03:10:53 +0000
parents e5638e0a5a60
children 7981b19e9028
line wrap: on
line diff
--- a/lisp/vc.el	Sat Jan 14 02:19:32 1995 +0000
+++ b/lisp/vc.el	Sat Jan 14 03:10:53 1995 +0000
@@ -1086,7 +1086,7 @@
 
 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)