diff options
Diffstat (limited to 'CONTRIBUTE')
| -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 | ||