Variable: vc-dir-show-key-binding-hints
vc-dir-show-key-binding-hints is a customizable variable defined in
vc-dir.el.gz.
Value
t
Documentation
Whether to show key binding hints in VC-Dir buffers.
This variable was added, or its default value changed, in Emacs 32.1.
Probably introduced at or before Emacs version 32.1.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-dir.el.gz
(defcustom vc-dir-show-key-binding-hints t
"Whether to show key binding hints in VC-Dir buffers."
:type 'boolean
:group 'vc
:version "32.1")