aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2006-05-27 22:22:47 +0000
committerThien-Thi Nguyen2006-05-27 22:22:47 +0000
commit3dc2d96d22367b6dfb51086ca26566b283522d05 (patch)
tree25450b64506ec3cbf97e196cab5466c8fe0e5916
parent8bc8d8544a54f941717022be1011ad564671be81 (diff)
downloademacs-3dc2d96d22367b6dfb51086ca26566b283522d05.tar.gz
emacs-3dc2d96d22367b6dfb51086ca26566b283522d05.zip
Fix typos.
-rw-r--r--man/pcl-cvs.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi
index f8fec565deb..0039b26fd74 100644
--- a/man/pcl-cvs.texi
+++ b/man/pcl-cvs.texi
@@ -719,12 +719,12 @@ You can mark and unmark files with these commands:
719@table @kbd 719@table @kbd
720@item m 720@item m
721This marks the file that the cursor is positioned on. If the cursor is 721This marks the file that the cursor is positioned on. If the cursor is
722positioned on a directory all files in that directory are marked. 722positioned on a directory all files in that directory are marked
723(@code{cvs-mode-mark}).@refill 723(@code{cvs-mode-mark}).@refill
724 724
725@item u 725@item u
726Unmark the file that the cursor is positioned on. If the cursor is on a 726Unmark the file that the cursor is positioned on. If the cursor is on a
727directory, all files in that directory are unmarked. 727directory, all files in that directory are unmarked
728(@code{cvs-mode-unmark}).@refill 728(@code{cvs-mode-unmark}).@refill
729 729
730@item M 730@item M
@@ -743,7 +743,7 @@ Mark all files matching a regular expression
743 743
744@item S 744@item S
745Mark all files in a particular state, such as ``Modified'' or 745Mark all files in a particular state, such as ``Modified'' or
746``Removed''. (@code{cvs-mode-mark-on-state}). 746``Removed'' (@code{cvs-mode-mark-on-state}).
747 747
748@item T 748@item T
749Toggle use of marks for the next command (@code{cvs-mode-toggle-marks}). 749Toggle use of marks for the next command (@code{cvs-mode-toggle-marks}).
@@ -804,7 +804,7 @@ If you are editing the files in your Emacs, an automatic
804@samp{revert-buffer} will be performed. (If the file contains 804@samp{revert-buffer} will be performed. (If the file contains
805@samp{$@asis{Id}$} keywords, @samp{cvs commit} will write a new file with 805@samp{$@asis{Id}$} keywords, @samp{cvs commit} will write a new file with
806the new values substituted. The auto-revert makes sure that you get 806the new values substituted. The auto-revert makes sure that you get
807them into your buffer). The revert will not occur if you have modified 807them into your buffer.) The revert will not occur if you have modified
808your buffer, or if @samp{cvs-auto-revert} is set to 808your buffer, or if @samp{cvs-auto-revert} is set to
809@samp{nil}. 809@samp{nil}.
810 810
@@ -842,7 +842,7 @@ Like @kbd{f}, but use another window
842Invoke @samp{add-change-log-entry-other-window} to edit a 842Invoke @samp{add-change-log-entry-other-window} to edit a
843@file{ChangeLog} file. The @file{ChangeLog} file will be found in the 843@file{ChangeLog} file. The @file{ChangeLog} file will be found in the
844directory of the file the cursor points to, or in a parent of that 844directory of the file the cursor points to, or in a parent of that
845directory. (@code{cvs-mode-add-change-log-entry-other-window}).@refill 845directory (@code{cvs-mode-add-change-log-entry-other-window}).@refill
846@end table 846@end table
847 847
848 848
@@ -1003,7 +1003,7 @@ This runs @code{cvs-mode-ignore}.
1003@item = 1003@item =
1004@itemx d = 1004@itemx d =
1005Display a @samp{cvs diff} between the selected files and the version 1005Display a @samp{cvs diff} between the selected files and the version
1006that they are based on. (@code{cvs-mode-diff}).@refill 1006that they are based on (@code{cvs-mode-diff}).@refill
1007 1007
1008@item d b 1008@item d b
1009If CVS finds a conflict while merging two versions of a file (during a 1009If CVS finds a conflict while merging two versions of a file (during a
@@ -1017,8 +1017,8 @@ With the @kbd{d b} command you can run a @samp{diff} on the files
1017 1017
1018@item d h 1018@item d h
1019Display a @samp{cvs diff} between the selected files and the head 1019Display a @samp{cvs diff} between the selected files and the head
1020revision in the repository (the most recent version on the current 1020revision (the most recent version on the current
1021branch) (@code{cvs-mode-diff-head}).@refill 1021branch) in the repository (@code{cvs-mode-diff-head}).@refill
1022 1022
1023@item d r 1023@item d r
1024Display a @samp{cvs diff} between the base revision of the selected 1024Display a @samp{cvs diff} between the base revision of the selected