]> git.eshelyaron.com Git - emacs.git/commitdiff
(annotate-time): Document point handling.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 15 Sep 2004 16:47:08 +0000 (16:47 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 15 Sep 2004 16:47:08 +0000 (16:47 +0000)
(vc-annotate-display-autoscale): Doc fix.

lisp/vc.el

index edb2c789f524acdcfea3752dc5a3cb7460ce10dc..663c45fd466eb1e5466421b295650d59e93cb6e6 100644 (file)
 ;;   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 @@ if present.  The current time is used as the offset."
   (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."