diff options
| author | Dave Love | 2001-01-02 13:35:10 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-02 13:35:10 +0000 |
| commit | e7610308091a85105a86285fccdb599a1d216e6e (patch) | |
| tree | 0a6bb03e424df6519a94507a408f719052902feb | |
| parent | 1a532e5428c6d80c68c643d3e827d68f386e4f28 (diff) | |
| download | emacs-e7610308091a85105a86285fccdb599a1d216e6e.tar.gz emacs-e7610308091a85105a86285fccdb599a1d216e6e.zip | |
(Miscellaneous commands, Miscellaneous commands)
(Miscellaneous commands): Comment out nodes with no content.
| -rw-r--r-- | man/pcl-cvs.texi | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index 7c8f022371f..8d25457a8c4 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | 2 | ||
| 3 | @c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.8 2000/12/04 16:17:49 eliz Exp $" | 3 | @c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.9 2000/12/06 20:03:33 fx Exp $" |
| 4 | 4 | ||
| 5 | @c Documentation for the GNU Emacs CVS mode. | 5 | @c Documentation for the GNU Emacs CVS mode. |
| 6 | @c Copyright (C) 1991,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. | 6 | @c Copyright (C) 1991,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. |
| @@ -122,9 +122,9 @@ of the various commands and major modes for further information. | |||
| 122 | * Selected files:: To which files are commands applied. | 122 | * Selected files:: To which files are commands applied. |
| 123 | * Commands:: All commands, grouped by type. | 123 | * Commands:: All commands, grouped by type. |
| 124 | 124 | ||
| 125 | * Log Edit Mode:: Major mode to edit log messages. | 125 | @c * Log Edit Mode:: Major mode to edit log messages. |
| 126 | * Log View Mode:: Major mode to browse log changes. | 126 | @c * Log View Mode:: Major mode to browse log changes. |
| 127 | * CVS Status Mode:: Major mode to view CVS' status output. | 127 | @c * CVS Status Mode:: Major mode to view CVS' status output. |
| 128 | * Customization:: How you can tailor PCL-CVS to suit your needs. | 128 | * Customization:: How you can tailor PCL-CVS to suit your needs. |
| 129 | * Bugs:: Bugs (known and unknown). | 129 | * Bugs:: Bugs (known and unknown). |
| 130 | 130 | ||
| @@ -546,7 +546,7 @@ it, it is quite powerful. | |||
| 546 | 546 | ||
| 547 | For commands to mark and unmark files, see @ref{Marking files}. | 547 | For commands to mark and unmark files, see @ref{Marking files}. |
| 548 | 548 | ||
| 549 | @node Commands, Log Edit Mode, Selected files, Top | 549 | @node Commands, Customization, Selected files, Top |
| 550 | @chapter Commands | 550 | @chapter Commands |
| 551 | 551 | ||
| 552 | @iftex | 552 | @iftex |
| @@ -842,7 +842,9 @@ After having selected the files you want to commit, you type either | |||
| 842 | 842 | ||
| 843 | @item | 843 | @item |
| 844 | You type in the log message describing the changes you're about to | 844 | You type in the log message describing the changes you're about to |
| 845 | commit (@pxref{Log Edit Mode}).@refill | 845 | commit. |
| 846 | @c Reinstate when node is written: | ||
| 847 | @c (@pxref{Log Edit Mode}).@refill | ||
| 846 | 848 | ||
| 847 | @item | 849 | @item |
| 848 | When you're happy with it, you type @kbd{C-c C-c} to do the actual | 850 | When you're happy with it, you type @kbd{C-c C-c} to do the actual |
| @@ -929,12 +931,16 @@ directory. (@code{cvs-mode-add-change-log-entry-other-window}).@refill | |||
| 929 | @item l | 931 | @item l |
| 930 | Call the command @code{cvs-mode-log} which runs @samp{cvs log} on all | 932 | Call the command @code{cvs-mode-log} which runs @samp{cvs log} on all |
| 931 | selected files, and show the result in a temporary buffer | 933 | selected files, and show the result in a temporary buffer |
| 932 | @samp{*cvs-info*} (@pxref{Log View Mode}). | 934 | @samp{*cvs-info*}. |
| 935 | @c Fixme: reinstate when node is written: | ||
| 936 | @c (@pxref{Log View Mode}). | ||
| 933 | 937 | ||
| 934 | @item s | 938 | @item s |
| 935 | Call the command @code{cvs-mode-status} which runs @samp{cvs status} on | 939 | Call the command @code{cvs-mode-status} which runs @samp{cvs status} on |
| 936 | all selected files, and show the result in a temporary buffer | 940 | all selected files, and show the result in a temporary buffer |
| 937 | @samp{*cvs-info*} (@pxref{CVS Status Mode}). | 941 | @samp{*cvs-info*}. |
| 942 | @c Fixme: reinstate when node is written: | ||
| 943 | @c (@pxref{CVS Status Mode}). | ||
| 938 | @end table | 944 | @end table |
| 939 | 945 | ||
| 940 | 946 | ||
| @@ -1205,16 +1211,16 @@ area (@code{cvs-help}). | |||
| 1205 | Quit PCL-CVS, killing the @samp{*cvs*} buffer (@code{cvs-mode-quit}). | 1211 | Quit PCL-CVS, killing the @samp{*cvs*} buffer (@code{cvs-mode-quit}). |
| 1206 | @end table | 1212 | @end table |
| 1207 | 1213 | ||
| 1208 | @node Log Edit Mode, Log View Mode, Commands, Top | 1214 | @c @node Log Edit Mode, Log View Mode, Commands, Top |
| 1209 | @chapter Editing a Log Message | 1215 | @c @chapter Editing a Log Message |
| 1210 | 1216 | ||
| 1211 | @node Log View Mode, CVS Status Mode, Log Edit Mode, Top | 1217 | @c @node Log View Mode, CVS Status Mode, Log Edit Mode, Top |
| 1212 | @chapter Browsing a Log of Changes | 1218 | @c @chapter Browsing a Log of Changes |
| 1213 | 1219 | ||
| 1214 | @node CVS Status Mode, Customization, Log View Mode, Top | 1220 | @c @node CVS Status Mode, Customization, Log View Mode, Top |
| 1215 | @chapter Viewing CVS' Status output | 1221 | @c @chapter Viewing CVS' Status output |
| 1216 | 1222 | ||
| 1217 | @node Customization, Bugs, CVS Status Mode, Top | 1223 | @node Customization, Bugs, Commands, Top |
| 1218 | @chapter Customization | 1224 | @chapter Customization |
| 1219 | @vindex log-edit-changelog-full-paragraphs@r{ (variable)} | 1225 | @vindex log-edit-changelog-full-paragraphs@r{ (variable)} |
| 1220 | @vindex cvs-auto-remove-handled@r{ (variable)} | 1226 | @vindex cvs-auto-remove-handled@r{ (variable)} |