]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-directory): Prompt for a directory, not a file.
authorKarl Heuer <kwzh@gnu.org>
Sat, 14 Jan 1995 03:10:53 +0000 (03:10 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 14 Jan 1995 03:10:53 +0000 (03:10 +0000)
lisp/vc.el

index 70ce0d5c8424787716d841fb89a4833ac6a35941..146de5e81b893d2edfd640ae5f9d08197e07b02c 100644 (file)
@@ -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)