diff options
| author | Thien-Thi Nguyen | 2006-05-27 22:22:47 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2006-05-27 22:22:47 +0000 |
| commit | 3dc2d96d22367b6dfb51086ca26566b283522d05 (patch) | |
| tree | 25450b64506ec3cbf97e196cab5466c8fe0e5916 | |
| parent | 8bc8d8544a54f941717022be1011ad564671be81 (diff) | |
| download | emacs-3dc2d96d22367b6dfb51086ca26566b283522d05.tar.gz emacs-3dc2d96d22367b6dfb51086ca26566b283522d05.zip | |
Fix typos.
| -rw-r--r-- | man/pcl-cvs.texi | 16 |
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 |
| 721 | This marks the file that the cursor is positioned on. If the cursor is | 721 | This marks the file that the cursor is positioned on. If the cursor is |
| 722 | positioned on a directory all files in that directory are marked. | 722 | positioned 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 |
| 726 | Unmark the file that the cursor is positioned on. If the cursor is on a | 726 | Unmark the file that the cursor is positioned on. If the cursor is on a |
| 727 | directory, all files in that directory are unmarked. | 727 | directory, 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 |
| 745 | Mark all files in a particular state, such as ``Modified'' or | 745 | Mark 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 |
| 749 | Toggle use of marks for the next command (@code{cvs-mode-toggle-marks}). | 749 | Toggle 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 |
| 806 | the new values substituted. The auto-revert makes sure that you get | 806 | the new values substituted. The auto-revert makes sure that you get |
| 807 | them into your buffer). The revert will not occur if you have modified | 807 | them into your buffer.) The revert will not occur if you have modified |
| 808 | your buffer, or if @samp{cvs-auto-revert} is set to | 808 | your 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 | |||
| 842 | Invoke @samp{add-change-log-entry-other-window} to edit a | 842 | Invoke @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 |
| 844 | directory of the file the cursor points to, or in a parent of that | 844 | directory of the file the cursor points to, or in a parent of that |
| 845 | directory. (@code{cvs-mode-add-change-log-entry-other-window}).@refill | 845 | directory (@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 = |
| 1005 | Display a @samp{cvs diff} between the selected files and the version | 1005 | Display a @samp{cvs diff} between the selected files and the version |
| 1006 | that they are based on. (@code{cvs-mode-diff}).@refill | 1006 | that they are based on (@code{cvs-mode-diff}).@refill |
| 1007 | 1007 | ||
| 1008 | @item d b | 1008 | @item d b |
| 1009 | If CVS finds a conflict while merging two versions of a file (during a | 1009 | If 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 |
| 1019 | Display a @samp{cvs diff} between the selected files and the head | 1019 | Display a @samp{cvs diff} between the selected files and the head |
| 1020 | revision in the repository (the most recent version on the current | 1020 | revision (the most recent version on the current |
| 1021 | branch) (@code{cvs-mode-diff-head}).@refill | 1021 | branch) in the repository (@code{cvs-mode-diff-head}).@refill |
| 1022 | 1022 | ||
| 1023 | @item d r | 1023 | @item d r |
| 1024 | Display a @samp{cvs diff} between the base revision of the selected | 1024 | Display a @samp{cvs diff} between the base revision of the selected |