summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog5
-rw-r--r--man/pcl-cvs.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index cc726c73789..48d9d73f922 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -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
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi
index 04952efd3cb..31ea4e53e6c 100644
--- a/man/pcl-cvs.texi
+++ b/man/pcl-cvs.texi
@@ -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 @@ kill the contents of the buffer with @kbd{C-w}.
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.