diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /doc/misc/pcl-cvs.texi | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'doc/misc/pcl-cvs.texi')
| -rw-r--r-- | doc/misc/pcl-cvs.texi | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/misc/pcl-cvs.texi b/doc/misc/pcl-cvs.texi index f12942da2d3..92c309f5e98 100644 --- a/doc/misc/pcl-cvs.texi +++ b/doc/misc/pcl-cvs.texi | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | @c %**end of header | 6 | @c %**end of header |
| 7 | 7 | ||
| 8 | @copying | 8 | @copying |
| 9 | Copyright @copyright{} 1991-2011 | 9 | Copyright @copyright{} 1991-2012 Free Software Foundation, Inc. |
| 10 | Free Software Foundation, Inc. | ||
| 11 | 10 | ||
| 12 | @quotation | 11 | @quotation |
| 13 | Permission is granted to copy, distribute and/or modify this document | 12 | Permission is granted to copy, distribute and/or modify this document |
| @@ -70,7 +69,7 @@ customize-group RET pcl-cvs @key{RET}} and to look at the documentation strings | |||
| 70 | of the various commands and major modes for further information. | 69 | of the various commands and major modes for further information. |
| 71 | @c This manual is updated to release 2.5 of PCL-CVS. | 70 | @c This manual is updated to release 2.5 of PCL-CVS. |
| 72 | 71 | ||
| 73 | @insertcopying | 72 | @insertcopying |
| 74 | 73 | ||
| 75 | @end ifnottex | 74 | @end ifnottex |
| 76 | 75 | ||
| @@ -136,10 +135,9 @@ Customization | |||
| 136 | PCL-CVS is a front-end to CVS versions 1.9 and later. | 135 | PCL-CVS is a front-end to CVS versions 1.9 and later. |
| 137 | It concisely shows the present status of a checked out module in an | 136 | It concisely shows the present status of a checked out module in an |
| 138 | Emacs buffer and provides single-key access to the most frequently used CVS | 137 | Emacs buffer and provides single-key access to the most frequently used CVS |
| 139 | commands. | 138 | commands. Note that the @code{vc-dir} command (@pxref{VC Directory |
| 140 | For Emacs users accustomed to VC, PCL-CVS can be thought of as a replacement | 139 | Mode, , , emacs, The GNU Emacs Manual}) provides similar |
| 141 | for VC-dired (@pxref{VC Directory Mode, , , emacs, The GNU | 140 | functionality, but for several version control systems, including CVS. |
| 142 | Emacs Manual}) specifically designed for CVS. | ||
| 143 | 141 | ||
| 144 | PCL-CVS was originally written many years ago by Per Cederqvist who | 142 | PCL-CVS was originally written many years ago by Per Cederqvist who |
| 145 | proudly maintained it until January 1996, at which point he released the | 143 | proudly maintained it until January 1996, at which point he released the |
| @@ -1275,7 +1273,7 @@ will be called as @samp{cvs -d @var{cvs-cvsroot}@dots{}}. This can be | |||
| 1275 | useful if your site has several repositories. | 1273 | useful if your site has several repositories. |
| 1276 | 1274 | ||
| 1277 | @item log-edit-require-final-newline | 1275 | @item log-edit-require-final-newline |
| 1278 | @c wordy to avoid unhderfull hbox | 1276 | @c wordy to avoid underfull hbox |
| 1279 | When you enter a log message by typing into the | 1277 | When you enter a log message by typing into the |
| 1280 | @samp{*cvs-commit-message*} buffer, PCL-CVS normally automatically | 1278 | @samp{*cvs-commit-message*} buffer, PCL-CVS normally automatically |
| 1281 | inserts a trailing newline, unless there already is one. This behavior | 1279 | inserts a trailing newline, unless there already is one. This behavior |