summaryrefslogtreecommitdiff
path: root/doc/emacs/maintaining.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-09-21 10:24:25 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-09-21 10:25:06 +0200
commit9b14e312f409216dab647f839724d5df029e8195 (patch)
treeceaeb58d5d284cb4fb24ee62cca3f0881f1e1b60 /doc/emacs/maintaining.texi
parent43c0ebd8bcdd33e534b514d87ea843e93b11b89d (diff)
parent478b786d5aa74fbb6476b51f0dea4e9ccf1f211b (diff)
downloademacs-9b14e312f409216dab647f839724d5df029e8195.tar.gz
emacs-9b14e312f409216dab647f839724d5df029e8195.tar.bz2
emacs-9b14e312f409216dab647f839724d5df029e8195.zip
Merge from origin/emacs-28
478b786d5a ; * doc/lispref/windows.texi (Window Hooks): Fix a typo (b... 5085351645 * lisp/text-modes/tex-mode.el (tex-mode): Fix AUCTeX regre... ee6f8598ca Add vc-annotate-switches to manual 616dcf27e5 ; Fix typos in Lisp symbols 5405852541 Remove mention of non-existent `annotate-switches' 191505b8a3 Mention that src/macuvs.h sometimes needs committing 10373c4b68 ; More comment fixes in font.h (bug#57935) c2595b8dcc ; * src/font.h (struct font_driver): Comment fix. 97b928ce09 MacOS ld warning from native compilation (bug#57849)
Diffstat (limited to 'doc/emacs/maintaining.texi')
-rw-r--r--doc/emacs/maintaining.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 89e6b2215c9..6ceda6d7a5c 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -901,7 +901,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
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
(instead of the current file contents), and the time span in days the
color range should cover.