changeset 99281:7b138a462a57

(Change Log): Document log-edit-insert-changelog and vc-update-change-log.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 31 Oct 2008 15:46:52 +0000
parents 7fc0bba984d4
children b829792183db
files doc/emacs/maintaining.texi
diffstat 1 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/maintaining.texi	Fri Oct 31 15:46:46 2008 +0000
+++ b/doc/emacs/maintaining.texi	Fri Oct 31 15:46:52 2008 +0000
@@ -84,8 +84,18 @@
 log files into a buffer in Change Log Mode, preserving the date
 ordering of entries.
 
-  Version control systems are another way to keep track of changes in your
-program and keep a change log.  @xref{Log Buffer}.
+  Version control systems are another way to keep track of changes in
+your program and keep a change log.  In the VC log buffer, typing
+@kbd{C-c C-a} (@code{log-edit-insert-changelog}) inserts the relevant
+Change Log entry, if one exists (@pxref{Log Buffer}).  You can also
+insert a VC log entry into a Change Log buffer by typing @kbd{C-x v a}
+(@code{vc-update-change-log}) in the Change Log buffer
+@iftex
+(@pxref{Change Logs and VC,,,emacs-xtra, Specialized Emacs Features}).
+@end iftex
+@ifnottex
+(@pxref{Change Logs and VC}).
+@end ifnottex
 
 @node Format of ChangeLog
 @section Format of ChangeLog