changeset 57114:deddb5e7acc3

(annotate-time): Document point handling. (vc-annotate-display-autoscale): Doc fix.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Wed, 15 Sep 2004 16:47:08 +0000
parents 5bd3a1e1dfe5
children abc0e9beaacd
files lisp/vc.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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."