Add vc-annotate-switches to manual

* doc/emacs/maintaining.texi (Old Revisions): Add description of
`vc-annotate-switches' and `vc-BACKEND-annotate-switches'.
This commit is contained in:
Robert Pluim 2022-09-20 14:02:44 +02:00
parent 616dcf27e5
commit ee6f8598ca

View file

@ -897,7 +897,14 @@ is non-@code{nil}, the colors expressing the age of each line are
applied to the background color, leaving the foreground at its default applied to the background color, leaving the foreground at its default
color. color.
When you give a prefix argument to this command, Emacs reads two @vindex vc-annotate-switches
You can customize the @code{annotate} options that @kbd{C-x v g}
uses by customizing @code{vc-@var{backend}-annotate-switches} and
@code{vc-annotate-switches}. They function similarly to
@code{vc-@var{backend}-diff-switches} and @code{vc-diff-switches},
described above.
When you give a prefix argument to @kbd{C-x v g}, Emacs reads two
arguments using the minibuffer: the revision to display and annotate arguments using the minibuffer: the revision to display and annotate
(instead of the current file contents), and the time span in days the (instead of the current file contents), and the time span in days the
color range should cover. color range should cover.