changeset 86366:9161e1d3983b

(Selecting a Fileset): Fix typo; small rewording.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Fri, 23 Nov 2007 13:45:51 +0000
parents ffff4c9c5585
children f320d8b03bcd
files doc/emacs/files.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/files.texi	Fri Nov 23 13:29:25 2007 +0000
+++ b/doc/emacs/files.texi	Fri Nov 23 13:45:51 2007 +0000
@@ -1622,7 +1622,7 @@
 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 @@
 
    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