aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-09-06 19:39:40 +0000
committerRichard M. Stallman2001-09-06 19:39:40 +0000
commit67696322252e5ca5197c948d5559f32a480a64c6 (patch)
tree91a50103bf8ef3e0a226ea58e73f4e9680123319
parenta66b12beb75b579822827ba2a4b1348b51a7a366 (diff)
downloademacs-67696322252e5ca5197c948d5559f32a480a64c6.tar.gz
emacs-67696322252e5ca5197c948d5559f32a480a64c6.zip
Clarify description of vc-annotate.
-rw-r--r--man/files.texi19
1 files changed, 13 insertions, 6 deletions
diff --git a/man/files.texi b/man/files.texi
index 51632006db2..078cc5411a6 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -1469,12 +1469,19 @@ them; they exist only in the records of the master file.
1469@kindex C-x v g 1469@kindex C-x v g
1470 For CVS-controlled files, you can display the result of the CVS 1470 For CVS-controlled files, you can display the result of the CVS
1471annotate command, using colors to enhance the visual appearance. Use 1471annotate command, using colors to enhance the visual appearance. Use
1472the command @kbd{M-x vc-annotate} to do this. Red means new, blue 1472the command @kbd{M-x vc-annotate} to do this. It creates a new buffer
1473means old, and intermediate colors indicate intermediate ages. By 1473to display file's text, colored to show how old each part is. Text
1474default, the time scale is 360 days, so that everything more than one 1474colored red is new, blue means old, and intermediate colors indicate
1475year old is shown in blue. Giving a prefix argument @var{n} to this 1475intermediate ages. By default, the time scale is 360 days, so that
1476command multiplies the time scale by @var{n}, so that all text over 1476everything more than one year old is shown in blue.
1477@var{n} years old is shown in blue. 1477
1478 When you give a prefix argument to this command, it uses the
1479minibuffer to read two arguments: which version number to display and
1480annotate (instead of the current file contents), and a stretch factor
1481for the time scale. A stretch factor of 0.1 means that the color
1482range from red to blue spans the past 36 days instead of 360 days. A
1483stretch factor greater than 1 means the color range spans more than a
1484year.
1478 1485
1479@node Secondary VC Commands 1486@node Secondary VC Commands
1480@subsection The Secondary Commands of VC 1487@subsection The Secondary Commands of VC