# HG changeset patch # User Richard M. Stallman # Date 1239373152 0 # Node ID 6be674ea734e7d3d87af34bb66459318f8eab7c0 # Parent 5238ed3b4c6895195f088bb8c75397730a82c822 * vc-dir.el (vc-dir): Dox fix. diff -r 5238ed3b4c68 -r 6be674ea734e lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 10 11:54:53 2009 +0000 +++ b/lisp/ChangeLog Fri Apr 10 14:19:12 2009 +0000 @@ -1,3 +1,7 @@ +2009-04-10 Richard M Stallman + + * vc-dir.el (vc-dir): Dox fix. + 2009-04-10 Eli Zaretskii * mail/unrmail.el (unrmail): If "Mail-From" header is found, diff -r 5238ed3b4c68 -r 6be674ea734e lisp/vc-dir.el --- a/lisp/vc-dir.el Fri Apr 10 11:54:53 2009 +0000 +++ b/lisp/vc-dir.el Fri Apr 10 14:19:12 2009 +0000 @@ -1110,9 +1110,22 @@ ;;;###autoload (defun vc-dir (dir &optional backend) - "Show the VC status for DIR. + "Show the VC status for \"interesting\" files in and below DIR. +This allows you to mark files and perform VC operations on them. +The list omits files which are up to date, with no changes in your copy +or the repository, if there is nothing in particular to say about them. + +Preparing the list of file status takes time; when the buffer +first appears, it has only the first few lines of summary information. +The file lines appear later. + Optional second argument BACKEND specifies the VC backend to use. -Interactively, a prefix argument means to ask for the backend." +Interactively, a prefix argument means to ask for the backend. + +These are the commands available for use in the file status buffer: + +\\" + (interactive (list ;; When you hit C-x v d in a visited VC file,