diff options
| author | Eli Zaretskii | 2017-07-09 17:46:59 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-07-09 17:46:59 +0300 |
| commit | c6e94f894bd965c2be47c5a4d79498b48e8b94e0 (patch) | |
| tree | 6ae433f36d60c7db5956c59389ee89d2c6624ff4 | |
| parent | b56727e7272c459384cec6b8c799270e41563468 (diff) | |
| download | emacs-c6e94f894bd965c2be47c5a4d79498b48e8b94e0.tar.gz emacs-c6e94f894bd965c2be47c5a4d79498b48e8b94e0.zip | |
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 | |||
| 56 | time of each version, who made it, and a description of what was | 56 | time of each version, who made it, and a description of what was |
| 57 | changed. | 57 | changed. |
| 58 | 58 | ||
| 59 | @cindex VC | ||
| 59 | The Emacs version control interface is called @dfn{VC}@. VC | 60 | The Emacs version control interface is called @dfn{VC}@. VC |
| 60 | commands work with several different version control systems; | 61 | commands work with several different version control systems; |
| 61 | currently, it supports Bazaar, CVS, Git, Mercurial, Monotone, RCS, | 62 | currently, it supports Bazaar, CVS, Git, Mercurial, Monotone, RCS, |