# HG changeset patch # User Andr Spiegel # Date 1004358375 0 # Node ID 7a36ba4154c0280c86f7204061343cc358da622d # Parent 56bff1d567d65528d87f94ed5fa18fd312e569cf # Doc fix, completing prev change. diff -r 56bff1d567d6 -r 7a36ba4154c0 lisp/vc.el --- a/lisp/vc.el Mon Oct 29 12:25:58 2001 +0000 +++ b/lisp/vc.el Mon Oct 29 12:26:15 2001 +0000 @@ -6,7 +6,7 @@ ;; Maintainer: Andre Spiegel ;; Keywords: tools -;; $Id: vc.el,v 1.315 2001/10/22 12:13:29 spiegel Exp $ +;; $Id: vc.el,v 1.316 2001/10/29 12:21:26 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -285,13 +285,15 @@ ;; ;; * diff (file &optional rev1 rev2) ;; -;; Insert the diff for FILE into the *vc-diff* buffer. If REV1 and REV2 -;; are non-nil, report differences from REV1 to REV2. If REV1 is nil, -;; use the current workfile version (as found in the repository) as the -;; older version; if REV2 is nil, use the current workfile contents as -;; the newer version. This function should return a status of either 0 -;; (no differences found), or 1 (either non-empty diff or the diff is -;; run asynchronously). +;; Insert the diff for FILE into the *vc-diff* buffer. If REV1 and +;; REV2 are non-nil, report differences from REV1 to REV2. If REV1 +;; is nil, use the current workfile version (as found in the +;; repository) as the older version; if REV2 is nil, use the current +;; workfile contents as the newer version. This function should +;; pass the value of (vc-diff-switches-list BACKEND) to the backend +;; command. It should return a status of either 0 (no differences +;; found), or 1 (either non-empty diff or the diff is run +;; asynchronously). ;; ;; - diff-tree (dir &optional rev1 rev2) ;;