Variable: vc-annotate-menu-elements
vc-annotate-menu-elements is a customizable variable defined in
vc-annotate.el.gz.
Value
(2 0.5 0.1 0.01)
Documentation
Menu elements for the mode-specific menu of VC-Annotate mode.
List of factors, used to expand/compress the time scale. See vc-annotate.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-annotate.el.gz
(defcustom vc-annotate-menu-elements '(2 0.5 0.1 0.01)
"Menu elements for the mode-specific menu of VC-Annotate mode.
List of factors, used to expand/compress the time scale. See `vc-annotate'."
:type '(repeat number)
:group 'vc)