mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* vc-dir.el (vc-dir): Dox fix.
This commit is contained in:
parent
71d8a1403c
commit
2399e87593
2 changed files with 19 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2009-04-10 Richard M Stallman <rms@gnu.org>
|
||||
|
||||
* vc-dir.el (vc-dir): Dox fix.
|
||||
|
||||
2009-04-10 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* mail/unrmail.el (unrmail): If "Mail-From" header is found,
|
||||
|
|
|
|||
|
|
@ -1110,9 +1110,22 @@ outside of VC) and one wants to do some operation on it."
|
|||
|
||||
;;;###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:
|
||||
|
||||
\\<vc-dir-mode-map>"
|
||||
|
||||
(interactive
|
||||
(list
|
||||
;; When you hit C-x v d in a visited VC file,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue