emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99681: * vc.el (vc-root-diff): Do


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99681: * vc.el (vc-root-diff): Doc fix.
Date: Thu, 25 Mar 2010 19:41:22 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99681
author: Dan Nicolaescu  <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Thu 2010-03-25 19:41:22 -0400
message:
  * vc.el (vc-root-diff): Doc fix.
modified:
  lisp/ChangeLog
  lisp/vc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-25 22:58:46 +0000
+++ b/lisp/ChangeLog    2010-03-25 23:41:22 +0000
@@ -1,3 +1,7 @@
+2010-02-10  Dan Nicolaescu  <address@hidden>
+
+       * vc.el (vc-root-diff): Doc fix.
+
 2010-03-25  Chong Yidong  <address@hidden>
 
        * vc.el (vc-print-log, vc-print-root-log): Doc fix.

=== modified file 'lisp/vc.el'
--- a/lisp/vc.el        2010-03-25 22:58:46 +0000
+++ b/lisp/vc.el        2010-03-25 23:41:22 +0000
@@ -1609,9 +1609,10 @@
 
 ;;;###autoload
 (defun vc-root-diff (historic &optional not-urgent)
-  "Display diffs between file revisions.
-Normally this compares the currently selected fileset with their
-working revisions.  With a prefix argument HISTORIC, it reads two revision
+  "Display diffs between VC-controlled whole tree revisions.
+Normally, this compares the tree corresponding to the current
+fileset with the working revision.
+With a prefix argument HISTORIC, prompt for two revision
 designators specifying which revisions to compare.
 
 The optional argument NOT-URGENT non-nil means it is ok to say no to


reply via email to

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