From 946b248fd7468f9096a6c0086b22b9a68426d748 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 15 Sep 2004 16:47:08 +0000 Subject: [PATCH] (annotate-time): Document point handling. (vc-annotate-display-autoscale): Doc fix. --- lisp/vc.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/vc.el b/lisp/vc.el index edb2c789f52..663c45fd466 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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 @@ 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." -- 2.39.2