# HG changeset patch # User Thien-Thi Nguyen # Date 1095266828 0 # Node ID deddb5e7acc3ab8d5231f06ebcb22c3fb6622992 # Parent 5bd3a1e1dfe5236643784bea891001f429ceb005 (annotate-time): Document point handling. (vc-annotate-display-autoscale): Doc fix. diff -r 5bd3a1e1dfe5 -r deddb5e7acc3 lisp/vc.el --- a/lisp/vc.el Wed Sep 15 04:04:10 2004 +0000 +++ b/lisp/vc.el Wed Sep 15 16:47:08 2004 +0000 @@ -338,7 +338,8 @@ ;; in the buffer. You can safely assume that point is placed at the ;; beginning of each line, starting at `point-min'. The buffer that ;; point is placed in is the Annotate output, as defined by the -;; relevant backend. +;; relevant backend. This function also affects how much of the line +;; is fontified; where it leaves point is where fontification begins. ;; ;; - annotate-current-time () ;; @@ -2896,7 +2897,7 @@ (message "Redisplaying annotation...done")) (defun vc-annotate-display-autoscale (&optional full) - "Highlight the output of \\[vc-annotate]] using an autoscaled color map. + "Highlight the output of \\[vc-annotate] using an autoscaled color map. Autoscaling means that the map is scaled from the current time to the oldest annotation in the buffer, or, with argument FULL non-nil, to cover the range from the oldest annotation to the newest."