changeset 100182:880b72ca5f06

(vc-mtn-diff-switches): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Wed, 03 Dec 2008 07:38:45 +0000
parents 951286915059
children 0cc235691369
files lisp/vc-mtn.el
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)