diff man/pcl-cvs.texi @ 83530:46b1096093f5

Merged from emacs@sv.gnu.org. Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-294 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-295 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-296 Update from CVS: admin/FOR-RELEASE: Update refcard section. * emacs@sv.gnu.org/emacs--devo--0--patch-297 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-298 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-299 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-300 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-301 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-302 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-303 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-304 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-103 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-104 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-570
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 12 Jun 2006 07:27:12 +0000
parents c1e013e3dc0e 6a3672000767
children b19aaf4ab0ee
line wrap: on
line diff
--- a/man/pcl-cvs.texi	Fri May 26 17:37:25 2006 +0000
+++ b/man/pcl-cvs.texi	Mon Jun 12 07:27:12 2006 +0000
@@ -719,12 +719,12 @@
 @table @kbd
 @item m
 This marks the file that the cursor is positioned on.  If the cursor is
-positioned on a directory all files in that directory are marked.
+positioned on a directory all files in that directory are marked
 (@code{cvs-mode-mark}).@refill
 
 @item u
 Unmark the file that the cursor is positioned on. If the cursor is on a
-directory, all files in that directory are unmarked.
+directory, all files in that directory are unmarked
 (@code{cvs-mode-unmark}).@refill
 
 @item M
@@ -743,7 +743,7 @@
 
 @item S
 Mark all files in a particular state, such as ``Modified'' or
-``Removed''.  (@code{cvs-mode-mark-on-state}).
+``Removed'' (@code{cvs-mode-mark-on-state}).
 
 @item T
 Toggle use of marks for the next command (@code{cvs-mode-toggle-marks}).
@@ -804,7 +804,7 @@
 @samp{revert-buffer} will be performed.  (If the file contains
 @samp{$@asis{Id}$} keywords, @samp{cvs commit} will write a new file with
 the new values substituted.  The auto-revert makes sure that you get
-them into your buffer).  The revert will not occur if you have modified
+them into your buffer.)  The revert will not occur if you have modified
 your buffer, or if @samp{cvs-auto-revert} is set to
 @samp{nil}.
 
@@ -842,7 +842,7 @@
 Invoke @samp{add-change-log-entry-other-window} to edit a
 @file{ChangeLog} file.  The @file{ChangeLog} file will be found in the
 directory of the file the cursor points to, or in a parent of that
-directory.  (@code{cvs-mode-add-change-log-entry-other-window}).@refill
+directory (@code{cvs-mode-add-change-log-entry-other-window}).@refill
 @end table
 
 
@@ -924,7 +924,7 @@
 If you have modified a file, and for some reason decide that you don't
 want to keep the changes, you can undo them with this command.  It works
 by removing your working copy of the file and then getting the latest
-version from the repository (@code{cvs-mode-undo-local-changes}.
+version from the repository (@code{cvs-mode-undo-local-changes}).
 @end table
 
 
@@ -1003,7 +1003,7 @@
 @item =
 @itemx d =
 Display a @samp{cvs diff} between the selected files and the version
-that they are based on. (@code{cvs-mode-diff}).@refill
+that they are based on (@code{cvs-mode-diff}).@refill
 
 @item d b
 If CVS finds a conflict while merging two versions of a file (during a
@@ -1017,24 +1017,24 @@
 
 @item d h
 Display a @samp{cvs diff} between the selected files and the head
-revision in the repository (the most recent version on the current
-branch) (@code{cvs-mode-diff-head}).@refill
+revision (the most recent version on the current
+branch) in the repository (@code{cvs-mode-diff-head}).@refill
 
 @item d r
 Display a @samp{cvs diff} between the base revision of the selected
 files and the head revision in the repository.  This displays the
 changes anyone has committed to the repository since you last executed
-"checkout", "update" or "commit".
+"checkout", "update" or "commit"
 (@code{cvs-mode-diff-repository}).@refill
 
 @item d v
 Display a @samp{cvs diff} between the selected files and the head
-revision of the vendor branch in the repository.
+revision of the vendor branch in the repository
 (@code{cvs-mode-diff-vendor}).@refill
 
 @item d y
 Display a @samp{cvs diff} between the selected files and yesterday's
-head revision in the repository.
+head revision in the repository
 (@code{cvs-mode-diff-yesterday}).@refill
 @end table
 
@@ -1082,7 +1082,7 @@
 @table @kbd
 @item O
 Update all selected files with status @samp{Need-update} by running
-@samp{cvs update} on them.  (@code{cvs-mode-update}).
+@samp{cvs update} on them (@code{cvs-mode-update}).
 @end table
 
 
@@ -1237,8 +1237,8 @@
 @cindex @samp{CVSROOT}, overriding
 
 If you have an idea about any customization that would be handy but
-isn't present in this list, please tell me!
-For info on how to reach me, see @ref{Bugs}.@refill
+isn't present in this list, please tell us!
+For info on how to reach us, see @ref{Bugs}.@refill
 
 @table @samp
 @item cvs-auto-remove-handled