(vc-mtn-diff-switches): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 3 Dec 2008 07:38:45 +0000 (07:38 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 3 Dec 2008 07:38:45 +0000 (07:38 +0000)
lisp/vc-mtn.el

index e4d7535..3e5c400 100644 (file)
 
 (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)