* files.texi (Why Version Control?): Fix typo.
(VCS Concepts): Fix typos; small tense fix.
+ (Selecting a Fileset): Fix typo; small rewording.
2007-11-23 Mark A. Hershberger <mah@everybody.org>
If they are not, VC mode will fail when you attempt to execute
a command on the fileset.
- In VC, filesets, are, essentially, a way to pass multiple file
+ VC filesets are, essentially, a way to pass multiple file
arguments as a group to underlying version-control commands. For
example, on Subversion a checkin with more than one file in its
fileset will become a joint commit, as though you had typed
Emacs uses the concept of named filesets elsewhere
(@pxref{Filesets}) to allow you to view and visit files in functional
-groups. Unlike those, VC filesets are not named and don't persist
+groups. Unlike those, VC filesets are not named and don't persist
across sessions.
@node Doing The Right Thing