# HG changeset patch # User Glenn Morris # Date 1228289925 0 # Node ID 880b72ca5f064746d076d45056a48d6b3638feda # Parent 9512869150598622290e694c5ddf95e321ed2510 (vc-mtn-diff-switches): Doc fix. diff -r 951286915059 -r 880b72ca5f06 lisp/vc-mtn.el --- a/lisp/vc-mtn.el Wed Dec 03 07:38:25 2008 +0000 +++ b/lisp/vc-mtn.el Wed Dec 03 07:38:45 2008 +0000 @@ -35,14 +35,11 @@ (defcustom vc-mtn-diff-switches t "String or list of strings specifying switches for monotone diff under VC. -If nil, use the value of `vc-diff-switches'. -If you want to force an empty list of arguments, use t." +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)