aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/maintaining.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 42522a3cbff..114e2d0c655 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -54,7 +54,7 @@ customizable variable @code{vc-handled-backends} to @code{nil}
54* Branches:: Multiple lines of development. 54* Branches:: Multiple lines of development.
55@ifnottex 55@ifnottex
56* Remote Repositories:: Efficient access to remote CVS servers. 56* Remote Repositories:: Efficient access to remote CVS servers.
57* Revision Tags:: Symbolic names for revisions 57* Revision Tags:: Symbolic names for revisions.
58* Miscellaneous VC:: Various other commands and features of VC. 58* Miscellaneous VC:: Various other commands and features of VC.
59* Customizing VC:: Variables that change VC's behavior. 59* Customizing VC:: Variables that change VC's behavior.
60@end ifnottex 60@end ifnottex
@@ -77,7 +77,7 @@ this section if you are already familiar with the version control system
77you want to use. 77you want to use.
78 78
79@menu 79@menu
80* Why Version Control?:: Understanding the problems it addresses 80* Why Version Control?:: Understanding the problems it addresses.
81* Version Control Systems:: Supported version control back-end systems. 81* Version Control Systems:: Supported version control back-end systems.
82* VCS Concepts:: Words and concepts related to version control. 82* VCS Concepts:: Words and concepts related to version control.
83* Types of Log File:: The VCS log in contrast to the ChangeLog. 83* Types of Log File:: The VCS log in contrast to the ChangeLog.