From 431af6a4be891b9d0cf2774d350b73548421b3ef Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 25 Mar 2010 19:41:22 -0400 Subject: [PATCH] * vc.el (vc-root-diff): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/vc.el | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 195bb95bbeb..37605ea3bdb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-02-10 Dan Nicolaescu + + * vc.el (vc-root-diff): Doc fix. + 2010-03-25 Chong Yidong * vc.el (vc-print-log, vc-print-root-log): Doc fix. diff --git a/lisp/vc.el b/lisp/vc.el index 6169c2a6684..e29603fcc1c 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1609,9 +1609,10 @@ saving the buffer." ;;;###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 -- 2.39.5