From: André Spiegel Date: Mon, 22 Oct 2001 12:13:29 +0000 (+0000) Subject: (vc-diff-switches): Doc rewritten. X-Git-Tag: ttn-vms-21-2-B4~19255 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b453817c999999d0482dbfd684da8538e9a60d7b;p=emacs.git (vc-diff-switches): Doc rewritten. --- diff --git a/lisp/vc.el b/lisp/vc.el index 729c9cc21a2..cb9639cccb1 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -6,7 +6,7 @@ ;; Maintainer: Andre Spiegel ;; Keywords: tools -;; $Id: vc.el,v 1.313 2001/10/21 23:31:45 spiegel Exp $ +;; $Id: vc.el,v 1.314 2001/10/22 07:54:03 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -486,8 +486,11 @@ These are passed to the checkin program by \\[vc-register]." (defcustom vc-diff-switches nil "*A string or list of strings specifying switches for diff under VC. -There is also an option vc-BACKEND-diff-switches for each BACKEND that -VC can handle." +When running diff under a given BACKEND, VC concatenates the values of +`diff-switches', `vc-diff-switches', and `vc-BACKEND-diff-switches' to +get the switches for that command. Thus, `vc-diff-switches' should +contain switches that are specific to version control, but not +specific to any particular backend." :type '(choice (const :tag "None" nil) (string :tag "Argument String") (repeat :tag "Argument List"