Variable: vc-checkin-switches
vc-checkin-switches is a customizable variable defined in vc.el.gz.
Value
nil
Documentation
A string or list of strings specifying extra switches for checkin.
These are passed to the checkin program by M-x vc-checkin (vc-checkin).
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
(defcustom vc-checkin-switches nil
"A string or list of strings specifying extra switches for checkin.
These are passed to the checkin program by \\[vc-checkin]."
:type '(choice (const :tag "None" nil)
(string :tag "Argument String")
(repeat :tag "Argument List"
:value ("")
string)))