diff options
| author | Glenn Morris | 2009-07-11 02:49:07 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-11 02:49:07 +0000 |
| commit | ad258c72ee9fd3a2b6cf62452c2fa708aaad0a40 (patch) | |
| tree | ad258f2dd074b8956c278bf2d5299ae53a67e396 | |
| parent | 42e96065c4822e6433c398daec175310e7c1cfe5 (diff) | |
| download | emacs-ad258c72ee9fd3a2b6cf62452c2fa708aaad0a40.tar.gz emacs-ad258c72ee9fd3a2b6cf62452c2fa708aaad0a40.zip | |
(Version Control, Introduction to VC): End menu descriptions with a period.
| -rw-r--r-- | doc/emacs/maintaining.texi | 4 |
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 | |||
| 77 | you want to use. | 77 | you 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. |