emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp vc-git.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp vc-git.el
Date: Wed, 03 Dec 2008 07:36:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/12/03 07:36:53

Modified files:
        lisp           : vc-git.el 

Log message:
        (vc-git-diff-switches): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-git.el?cvsroot=emacs&r1=1.76&r2=1.77

Patches:
Index: vc-git.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-git.el,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- vc-git.el   30 Nov 2008 01:44:33 -0000      1.76
+++ vc-git.el   3 Dec 2008 07:36:53 -0000       1.77
@@ -110,15 +110,12 @@
   (require 'grep))
 
 (defcustom vc-git-diff-switches t
-  "String or list of strings specifying extra switches for Git diff under VC.
-If nil, use the value of `vc-diff-switches'.
-If you want to force an empty list of arguments, use t."
+  "String or list of strings specifying switches for Git diff under VC.
+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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]