From b6889b6553811ea362dd841a4692c236fd5dcbae Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 3 Dec 2008 07:36:53 +0000 Subject: [PATCH] (vc-git-diff-switches): Doc fix. --- lisp/vc-git.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lisp/vc-git.el b/lisp/vc-git.el index 099c79a066f..efb59ac2516 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -110,15 +110,12 @@ (require 'grep)) (defcustom vc-git-diff-switches t - "String or list of strings specifying extra switches for Git diff under VC. -If nil, use the value of `vc-diff-switches'. -If you want to force an empty list of arguments, use t." + "String or list of strings specifying switches for Git diff under VC. +If nil, use the value of `vc-diff-switches'. If t, use no switches." :type '(choice (const :tag "Unspecified" nil) (const :tag "None" t) (string :tag "Argument String") - (repeat :tag "Argument List" - :value ("") - string)) + (repeat :tag "Argument List" :value ("") string)) :version "23.1" :group 'vc) -- 2.39.2