Function: vc-mode
vc-mode is a byte-compiled function defined in vc-hooks.el.gz.
Signature
(vc-mode &optional ARG)
Documentation
Version Control minor mode.
This minor mode is automatically activated whenever you visit a file under
control of one of the revision control systems in vc-handled-backends.
VC commands are globally reachable under the prefix C-x v (vc-prefix-map):
+ vc-update
= vc-diff
D vc-root-diff
G vc-ignore
I vc-log-incoming
L vc-print-root-log
M D vc-diff-mergebase
M L vc-log-mergebase
O vc-log-outgoing
P vc-push
a vc-update-change-log
b vc-switch-backend
d vc-dir
g vc-annotate
h vc-region-history
i vc-register
l vc-print-log
m vc-merge
r vc-retrieve-tag
s vc-create-tag
u vc-revert
v vc-next-action
x vc-delete-file
~ vc-revision-other-window
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-hooks.el.gz
(defun vc-mode (&optional _arg)
;; Dummy function for C-h m
"Version Control minor mode.
This minor mode is automatically activated whenever you visit a file under
control of one of the revision control systems in `vc-handled-backends'.
VC commands are globally reachable under the prefix `\\[vc-prefix-map]':
\\{vc-prefix-map}")