Remove mention of non-existent `annotate-switches'
* lisp/vc/vc.el (vc-annotate-switches): Remove mention of `annotate-switches'. As far as I can tell this has never existed in Emacs.
This commit is contained in:
parent
191505b8a3
commit
5405852541
1 changed files with 6 additions and 6 deletions
|
@ -803,12 +803,12 @@ not specific to any particular backend."
|
||||||
(defcustom vc-annotate-switches nil
|
(defcustom vc-annotate-switches nil
|
||||||
"A string or list of strings specifying switches for annotate under VC.
|
"A string or list of strings specifying switches for annotate under VC.
|
||||||
When running annotate under a given BACKEND, VC uses the first
|
When running annotate under a given BACKEND, VC uses the first
|
||||||
non-nil value of `vc-BACKEND-annotate-switches', `vc-annotate-switches',
|
non-nil value of `vc-BACKEND-annotate-switches' and
|
||||||
and `annotate-switches', in that order. Since nil means to check the
|
`vc-annotate-switches', in that order. Since nil means to check
|
||||||
next variable in the sequence, either of the first two may use
|
the next variable in the sequence, setting the first to the value
|
||||||
the value t to mean no switches at all. `vc-annotate-switches'
|
t means no switches at all. `vc-annotate-switches' should
|
||||||
should contain switches that are specific to version control, but
|
contain switches that are specific to version control, but not
|
||||||
not specific to any particular backend.
|
specific to any particular backend.
|
||||||
|
|
||||||
As very few switches (if any) are used across different VC tools,
|
As very few switches (if any) are used across different VC tools,
|
||||||
please consider using the specific `vc-BACKEND-annotate-switches'
|
please consider using the specific `vc-BACKEND-annotate-switches'
|
||||||
|
|
Loading…
Add table
Reference in a new issue