(vc-mtn-diff-switches): Doc fix.

This commit is contained in:
Glenn Morris 2008-12-03 07:38:45 +00:00
parent e5dddf980a
commit 633883e7ca

View file

@ -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)