(vc-mtn-diff-switches): Doc fix.
This commit is contained in:
parent
e5dddf980a
commit
633883e7ca
1 changed files with 2 additions and 5 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue