aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen <[email protected]>2007-11-23 13:46:36 +0000
committerThien-Thi Nguyen <[email protected]>2007-11-23 13:46:36 +0000
commit6af24d93bec697cccba1a42275e1fdad6a407294 (patch)
tree5c7f5fced18313922583473e6b6380dc1b70b52d
parent448b33b1a2b534f45ff50959668cd9a73cd3d9b5 (diff)
(Selecting a Fileset): Fix typo; small rewording.
-rw-r--r--doc/emacs/ChangeLog1
-rw-r--r--doc/emacs/files.texi4
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 81f09ee463..32228e4260 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -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 <[email protected]>
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index e384e8b083..04eaeac4ae 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -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