(Selecting a Fileset): Fix typo; small rewording.

This commit is contained in:
Thien-Thi Nguyen 2007-11-23 13:46:36 +00:00
parent 448b33b1a2
commit 6af24d93be
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
* 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>

View file

@ -1622,7 +1622,7 @@ your fileset is the marked files only.
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
@ -1640,7 +1640,7 @@ version-control systems.
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