diff options
| author | Glenn Morris | 2012-01-23 00:38:22 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-01-23 00:38:22 -0800 |
| commit | b8fe8712d0050b8192ca0e881c5f8b5b69b30f84 (patch) | |
| tree | 5ef4e5d1e451514322bcf35e62bfaf676d74d9b2 | |
| parent | d7128bb16449d0b4f0d9735bed049cf5e03d61e9 (diff) | |
| download | emacs-b8fe8712d0050b8192ca0e881c5f8b5b69b30f84.tar.gz emacs-b8fe8712d0050b8192ca0e881c5f8b5b69b30f84.zip | |
* pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/pcl-cvs.texi | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 9c29473e99d..72ac8b85fc3 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-01-23 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired. | ||
| 4 | |||
| 1 | 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com> | 5 | 2012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com> |
| 2 | 6 | ||
| 3 | * tramp.texi (File): Tweak wording for the `scpc' option. | 7 | * tramp.texi (File): Tweak wording for the `scpc' option. |
diff --git a/doc/misc/pcl-cvs.texi b/doc/misc/pcl-cvs.texi index 32d2114f5a0..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-2012 | 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 |
| @@ -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 |