emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog vc-dir.el


From: Richard M. Stallman
Subject: [Emacs-diffs] emacs/lisp ChangeLog vc-dir.el
Date: Fri, 10 Apr 2009 14:19:18 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       09/04/10 14:19:17

Modified files:
        lisp           : ChangeLog vc-dir.el 

Log message:
        * vc-dir.el (vc-dir): Dox fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15575&r2=1.15576
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-dir.el?cvsroot=emacs&r1=1.38&r2=1.39

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15575
retrieving revision 1.15576
diff -u -b -r1.15575 -r1.15576
--- ChangeLog   10 Apr 2009 11:54:53 -0000      1.15575
+++ ChangeLog   10 Apr 2009 14:19:12 -0000      1.15576
@@ -1,3 +1,7 @@
+2009-04-10  Richard M Stallman  <address@hidden>
+
+       * vc-dir.el (vc-dir): Dox fix.
+
 2009-04-10  Eli Zaretskii  <address@hidden>
 
        * mail/unrmail.el (unrmail): If "Mail-From" header is found,

Index: vc-dir.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-dir.el,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- vc-dir.el   20 Mar 2009 13:56:45 -0000      1.38
+++ vc-dir.el   10 Apr 2009 14:19:17 -0000      1.39
@@ -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:
+
+\\<vc-dir-mode-map>"
+
   (interactive
    (list
     ;; When you hit C-x v d in a visited VC file,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]