# HG changeset patch # User Thien-Thi Nguyen # Date 1195825551 0 # Node ID 9161e1d3983b550a69d2895e79e0b0156fbd5c89 # Parent ffff4c9c55857a2beafda1d3942e0c42ad5e381b (Selecting a Fileset): Fix typo; small rewording. diff -r ffff4c9c5585 -r 9161e1d3983b doc/emacs/files.texi --- 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