diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-07-09 17:46:59 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-07-09 17:46:59 +0300 |
commit | c6e94f894bd965c2be47c5a4d79498b48e8b94e0 (patch) | |
tree | 6ae433f36d60c7db5956c59389ee89d2c6624ff4 | |
parent | b56727e7272c459384cec6b8c799270e41563468 (diff) | |
download | emacs-c6e94f894bd965c2be47c5a4d79498b48e8b94e0.tar.gz |
Improve indexing of VC-related stuff in the Emacs manual
* doc/emacs/maintaining.texi (Version Control): Add a "VC" index
entry. (Bug#27627)
-rw-r--r-- | doc/emacs/maintaining.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 80a4467f639..431ef35ac7f 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -56,6 +56,7 @@ versions of a source file, storing information such as the creation time of each version, who made it, and a description of what was changed. +@cindex VC The Emacs version control interface is called @dfn{VC}@. VC commands work with several different version control systems; currently, it supports Bazaar, CVS, Git, Mercurial, Monotone, RCS, |