summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-10-31 15:46:52 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-10-31 15:46:52 +0000
commitf7b7fbf63a32b17069111c29034d3326f626c13b (patch)
tree686f5208a3db599dfda7f3408bb7fc8417fc4c51 /doc
parentc20634c549ccdc7f1dcd7bee5c6647421ec21d30 (diff)
downloademacs-f7b7fbf63a32b17069111c29034d3326f626c13b.tar.gz
(Change Log): Document log-edit-insert-changelog and
vc-update-change-log.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 62898f00cee..b72f182dc3c 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -84,8 +84,18 @@ changed, not just to the next Change Log entry. You can also use
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