diff options
author | Glenn Morris <rgm@gnu.org> | 2012-01-23 00:38:22 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-01-23 00:38:22 -0800 |
commit | b8fe8712d0050b8192ca0e881c5f8b5b69b30f84 (patch) | |
tree | 5ef4e5d1e451514322bcf35e62bfaf676d74d9b2 /doc/misc/pcl-cvs.texi | |
parent | d7128bb16449d0b4f0d9735bed049cf5e03d61e9 (diff) | |
download | emacs-b8fe8712d0050b8192ca0e881c5f8b5b69b30f84.tar.gz emacs-b8fe8712d0050b8192ca0e881c5f8b5b69b30f84.tar.bz2 emacs-b8fe8712d0050b8192ca0e881c5f8b5b69b30f84.zip |
* pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
Diffstat (limited to 'doc/misc/pcl-cvs.texi')
-rw-r--r-- | doc/misc/pcl-cvs.texi | 10 |
1 files changed, 4 insertions, 6 deletions
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 @@ @c %**end of header @copying -Copyright @copyright{} 1991-2012 -Free Software Foundation, Inc. +Copyright @copyright{} 1991-2012 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -136,10 +135,9 @@ Customization PCL-CVS is a front-end to CVS versions 1.9 and later. It concisely shows the present status of a checked out module in an Emacs buffer and provides single-key access to the most frequently used CVS -commands. -For Emacs users accustomed to VC, PCL-CVS can be thought of as a replacement -for VC-dired (@pxref{VC Directory Mode, , , emacs, The GNU -Emacs Manual}) specifically designed for CVS. +commands. Note that the @code{vc-dir} command (@pxref{VC Directory +Mode, , , emacs, The GNU Emacs Manual}) provides similar +functionality, but for several version control systems, including CVS. PCL-CVS was originally written many years ago by Per Cederqvist who proudly maintained it until January 1996, at which point he released the |