aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 2d11b201d32..801d147845b 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -832,15 +832,19 @@ corresponding to @var{revision}, saves it to
832window. 832window.
833 833
834@findex vc-annotate 834@findex vc-annotate
835@vindex vc-annotate-background-mode
835@kindex C-x v g 836@kindex C-x v g
836 Many version control systems allow you to view files @dfn{annotated} 837 Many version control systems allow you to view files @dfn{annotated}
837with per-line revision information, by typing @kbd{C-x v g} 838with per-line revision information, by typing @kbd{C-x v g}
838(@code{vc-annotate}). This creates a new ``annotate'' buffer 839(@code{vc-annotate}). This creates a new ``annotate'' buffer
839displaying the file's text, with each line colored to show 840displaying the file's text, with each line colored to show how old it
840how old it is. Red text is new, blue is old, and intermediate colors 841is. Red text is new, blue is old, and intermediate colors indicate
841indicate intermediate ages. By default, the color is scaled over the 842intermediate ages. By default, the color is scaled over the full
842full range of ages, such that the oldest changes are blue, and the 843range of ages, such that the oldest changes are blue, and the newest
843newest changes are red. 844changes are red. If the variable @code{vc-annotate-background-mode}
845is non-@code{nil}, the colors expressing the age of each line are
846applied to the background color, leaving the foreground at its default
847color.
844 848
845 When you give a prefix argument to this command, Emacs reads two 849 When you give a prefix argument to this command, Emacs reads two
846arguments using the minibuffer: the revision to display and annotate 850arguments using the minibuffer: the revision to display and annotate