From: Eric S. Raymond Date: Sat, 13 Oct 2007 07:24:20 +0000 (+0000) Subject: Capitalize node names according to convention. X-Git-Tag: emacs-pretest-23.0.90~10365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f90d53e19082ea71cd523d80df09dc36999d00d;p=emacs.git Capitalize node names according to convention. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 279a9a47ec3..544cdd8f676 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2007-10-13 Eric S. Raymond + + * files.texi: Capitalize node names according to convention. + 2007-10-13 Glenn Morris * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference. diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 78c72dac330..80feaea2340 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -1595,15 +1595,15 @@ system, but is usually not excessive. @subsection Basic Editing under Version Control @menu -* Selecting a fileset:: Choosing a set of files to operate on -* Doing the next logical thing:: Stepping forward in the development cycle -* VC with a locking VCS:: RCS in its default mode, SCCS, and optionally CVS. -* VC with a merging VCS:: Without locking: default mode for CVS. -* Advanced C-x v v:: Advanced features available with a prefix argument. -* Log Buffer:: Features available in log entry buffers. +* Selecting A Fileset:: Choosing a set of files to operate on +* Doing The Right Thing:: Stepping forward in the development cycle +* VC With A Locking VCS:: RCS in its default mode, SCCS, and optionally CVS. +* VC With A Merging VCS:: Without locking: default mode for CVS. +* Advanced C-x v v:: Advanced features available with a prefix argument. +* Log Buffer:: Features available in log entry buffers. @end menu -@node Selecting a fileset +@node Selecting A Fileset @subsubsection Choosing the scope of your command @cindex filesets @@ -1638,7 +1638,7 @@ marked files, but did not pass them to the version-control backends as a group. Now it does, which enables VC to drive changeset-based version-control systems. -@node Doing the next logical thing +@node Doing The Right Thing @subsubsection Performing the next operation in the development cycle The principal VC command is an all-purpose command that performs @@ -1667,7 +1667,7 @@ accidentally edit a file without properly checking it out first. To achieve this, bind the key @kbd{C-x C-q} to @kbd{vc-toggle-read-only} in your @file{~/.emacs} file. (@xref{Init Rebinding}.) -@node VC with a locking VCS +@node VC With A Locking VCS @subsubsection Basic Version Control with Locking If locking is used for the file (as with SCCS, and RCS in its default @@ -1698,7 +1698,7 @@ formerly locked the file, to inform him of what has happened. These rules also apply when you use CVS in locking mode, except that there is no such thing as stealing a lock. -@node VC with a merging VCS +@node VC With A Merging VCS @subsubsection Basic Version Control with Merging When your version-control system is merging-based rather than