Mercurial > emacs
changeset 52196:d981f8624faa
* pcl-cvs.texi (Log Edit Mode): Fix typo.
Patch courtesy of Chunyu Wang <spr@db.cs.hit.edu.cn>.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Thu, 14 Aug 2003 04:53:30 +0000 |
parents | 41f0343d328b |
children | a0b65ecec014 |
files | man/ChangeLog man/pcl-cvs.texi |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Thu Aug 14 04:43:49 2003 +0000 +++ b/man/ChangeLog Thu Aug 14 04:53:30 2003 +0000 @@ -1,3 +1,8 @@ +2003-08-13 Karl Fogel <kfogel@red-bean.com> + + * pcl-cvs.texi (Log Edit Mode): Fix typo. Patch courtesy of + Chunyu Wang <spr@db.cs.hit.edu.cn>. + 2003-08-05 Richard M. Stallman <rms@gnu.org> * programs.texi (Lisp Indent): Don't describe
--- a/man/pcl-cvs.texi Thu Aug 14 04:43:49 2003 +0000 +++ b/man/pcl-cvs.texi Thu Aug 14 04:53:30 2003 +0000 @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.18 2002/12/07 13:38:26 pj Exp $" +@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.19 2003/02/04 14:53:28 lektu Exp $" @c %**start of header @setfilename ../info/pcl-cvs @settitle PCL-CVS --- Emacs Front-End to CVS @@ -1193,7 +1193,7 @@ If you work by writing entries in the @file{ChangeLog} (@pxref{(emacs)Change Log}) and then commit the change under revision control, you can generate the Log Edit text from the ChangeLog using -@kbd{C-a C-a} (@kbd{log-edit-insert-changelog}). This looks for +@kbd{C-c C-a} (@kbd{log-edit-insert-changelog}). This looks for entries for the file(s) concerned in the top entry in the ChangeLog and uses those paragraphs as the log text. This text is only inserted if the top entry was made under your user name on the current date.