changeset 85163:98d641abc94b

More minor changes suggested by Robert Chassell.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 11 Oct 2007 14:39:41 +0000
parents 18d1e0c3946e
children 497e90db3e18
files doc/emacs/files.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/files.texi	Thu Oct 11 14:15:27 2007 +0000
+++ b/doc/emacs/files.texi	Thu Oct 11 14:39:41 2007 +0000
@@ -1490,7 +1490,7 @@
 model in which each project has only one repository used by all
 developers.  SCCS, RCS, CVS, and Subversion share this kind of model.
 It has two important problems. One is that a single repository is a
-single point of failure--if the repository server is down all work
+single point of failure---if the repository server is down all work
 stops.  The other is that you need to be connected live to the server to
 do checkins and checkouts; if you're offline, you can't work.
 
@@ -1629,9 +1629,9 @@
 @command{svn commit} with those file arguments at the shell command
 line in the directory of the selected buffer.
 
-   If you are used to earlier versions of VC, the change in behavior
+   If you are accistomed to earlier versions of VC, the change in behavior
 you will notice is in VC-Dired mode. Other than @kbd{C-x v v}, most
-VC-mode commands used to operate on only one file selected by the line
+VC-mode commands once operated on only one file selected by the line
 the cursor is on.  The change in the behavior of @kbd{C-x v v} outside
 VC-Dired mode is more subtle.  Formerly it operated in parallel on all
 marked files, but did not pass them to the version-control backends as