1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

(Version Control, Introduction to VC): End menu descriptions with a period.

This commit is contained in:
Glenn Morris 2009-07-11 02:49:07 +00:00
parent 42e96065c4
commit ad258c72ee

View file

@ -54,7 +54,7 @@ customizable variable @code{vc-handled-backends} to @code{nil}
* Branches:: Multiple lines of development.
@ifnottex
* Remote Repositories:: Efficient access to remote CVS servers.
* Revision Tags:: Symbolic names for revisions
* Revision Tags:: Symbolic names for revisions.
* Miscellaneous VC:: Various other commands and features of VC.
* Customizing VC:: Variables that change VC's behavior.
@end ifnottex
@ -77,7 +77,7 @@ this section if you are already familiar with the version control system
you want to use.
@menu
* Why Version Control?:: Understanding the problems it addresses
* Why Version Control?:: Understanding the problems it addresses.
* Version Control Systems:: Supported version control back-end systems.
* VCS Concepts:: Words and concepts related to version control.
* Types of Log File:: The VCS log in contrast to the ChangeLog.