diff options
| author | Dmitry Gutov | 2015-04-09 03:30:42 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2015-04-09 03:30:42 +0300 |
| commit | e970f6f02e3beaaaa05464928d45e12fe7458dc1 (patch) | |
| tree | e956d9cc845ced953bbcdaa53a0ab8b21fbead97 | |
| parent | 666b8276b1ab7542c8f3a893bc06d984cb3a7d93 (diff) | |
| download | emacs-e970f6f02e3beaaaa05464928d45e12fe7458dc1.tar.gz emacs-e970f6f02e3beaaaa05464928d45e12fe7458dc1.zip | |
CONTRIBUTE: Emphasize creating the top-level ChangeLog file manually
| -rw-r--r-- | CONTRIBUTE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 5c8058a49b7..e60e6f9ff74 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -145,7 +145,7 @@ The general format is as follows. | |||
| 145 | http://www.gnu.org/software/emacs/manual/html_node/emacs/Change-Log-Commands.html. | 145 | http://www.gnu.org/software/emacs/manual/html_node/emacs/Change-Log-Commands.html. |
| 146 | 146 | ||
| 147 | - If you use Emacs VC, one way to format ChangeLog entries is to create | 147 | - If you use Emacs VC, one way to format ChangeLog entries is to create |
| 148 | a top-level ChangeLog file, and update it with 'C-x 4 a' file as | 148 | a top-level ChangeLog file manually, and update it with 'C-x 4 a' as |
| 149 | usual. Do not register the ChangeLog file under git; instead, use | 149 | usual. Do not register the ChangeLog file under git; instead, use |
| 150 | 'C-c C-a' to insert its contents into into your *vc-log* buffer. | 150 | 'C-c C-a' to insert its contents into into your *vc-log* buffer. |
| 151 | 151 | ||