* lisp/vc/diff.el (diff-switches): Mention the vc diff switches in
the doc string (bug#4422).
;;;###autoload
(defcustom diff-switches (purecopy "-u")
- "A string or list of strings specifying switches to be passed to diff."
+ "A string or list of strings specifying switches to be passed to diff.
+
+This variable is also used in the `vc-diff' command (and related
+commands) if the backend-specific diff switch variable isn't
+set (`vc-git-diff-switches' for git, for instance), and
+`vc-diff-switches' isn't set."
:type '(choice string (repeat string))
:group 'diff)