From: Glenn Morris Date: Wed, 3 Dec 2008 07:38:45 +0000 (+0000) Subject: (vc-mtn-diff-switches): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~1308 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=633883e7caf6372a64b21d94df30e7e9cdae655b;p=emacs.git (vc-mtn-diff-switches): Doc fix. --- diff --git a/lisp/vc-mtn.el b/lisp/vc-mtn.el index e4d7535ff6a..3e5c400bf41 100644 --- a/lisp/vc-mtn.el +++ b/lisp/vc-mtn.el @@ -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)