[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/lisp vc-mtn.el
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs/lisp vc-mtn.el |
Date: |
Wed, 03 Dec 2008 07:38:45 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 08/12/03 07:38:45
Modified files:
lisp : vc-mtn.el
Log message:
(vc-mtn-diff-switches): Doc fix.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-mtn.el?cvsroot=emacs&r1=1.20&r2=1.21
Patches:
Index: vc-mtn.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-mtn.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- vc-mtn.el 30 Nov 2008 01:45:38 -0000 1.20
+++ vc-mtn.el 3 Dec 2008 07:38:45 -0000 1.21
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/lisp vc-mtn.el,
Glenn Morris <=