diff options
| -rw-r--r-- | doc/emacs/maintaining.texi | 14 |
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 | |||
| 84 | log files into a buffer in Change Log Mode, preserving the date | 84 | log files into a buffer in Change Log Mode, preserving the date |
| 85 | ordering of entries. | 85 | ordering of entries. |
| 86 | 86 | ||
| 87 | Version control systems are another way to keep track of changes in your | 87 | Version control systems are another way to keep track of changes in |
| 88 | program and keep a change log. @xref{Log Buffer}. | 88 | your program and keep a change log. In the VC log buffer, typing |
| 89 | @kbd{C-c C-a} (@code{log-edit-insert-changelog}) inserts the relevant | ||
| 90 | Change Log entry, if one exists (@pxref{Log Buffer}). You can also | ||
| 91 | insert a VC log entry into a Change Log buffer by typing @kbd{C-x v a} | ||
| 92 | (@code{vc-update-change-log}) in the Change Log buffer | ||
| 93 | @iftex | ||
| 94 | (@pxref{Change Logs and VC,,,emacs-xtra, Specialized Emacs Features}). | ||
| 95 | @end iftex | ||
| 96 | @ifnottex | ||
| 97 | (@pxref{Change Logs and VC}). | ||
| 98 | @end ifnottex | ||
| 89 | 99 | ||
| 90 | @node Format of ChangeLog | 100 | @node Format of ChangeLog |
| 91 | @section Format of ChangeLog | 101 | @section Format of ChangeLog |