# HG changeset patch # User Thien-Thi Nguyen # Date 1100877057 0 # Node ID f398ebfc07e24904982ac93bc07ff40d3704ba11 # Parent dee7926ded40bf2770f58bc57b7ec8239f9f2d21 Update annotation-related comments. diff -r dee7926ded40 -r f398ebfc07e2 lisp/vc.el --- a/lisp/vc.el Fri Nov 19 15:08:32 2004 +0000 +++ b/lisp/vc.el Fri Nov 19 15:10:57 2004 +0000 @@ -321,11 +321,13 @@ ;; vc-BACKEND-diff. The default implementation does an explicit tree ;; walk, calling vc-BACKEND-diff for each individual file. ;; -;; - annotate-command (file buf rev) +;; - annotate-command (file buf &optional rev) ;; -;; If this function is provided, it should produce an annotated version -;; of FILE in BUF, relative to version REV. This is currently only -;; implemented for CVS, using the `cvs annotate' command. +;; If this function is provided, it should produce an annotated display +;; of FILE in BUF, relative to version REV. Annotation means each line +;; of FILE displayed is prefixed with version information associated with +;; its addition (deleted lines leave no history) and that the text of the +;; file is fontified according to age. ;; ;; - annotate-time () ;; @@ -645,7 +647,6 @@ :type '(repeat number) :group 'vc) -;; vc-annotate functionality (CVS only). (defvar vc-annotate-mode-map (let ((m (make-sparse-keymap))) (define-key m [menu-bar] (make-sparse-keymap "VC-Annotate"))