diff options
| author | Tino Calancha | 2017-02-03 17:49:39 +0900 |
|---|---|---|
| committer | Tino Calancha | 2017-02-03 17:49:39 +0900 |
| commit | ab0a60a1b334fafc7d805eb44e6069ea314ad486 (patch) | |
| tree | 9e43b1038a6f11b280ebead43e40368b96cc2b93 /CONTRIBUTE | |
| parent | 7e02a477bbcabb4e65aeecade79b67357c0b9dae (diff) | |
| download | emacs-ab0a60a1b334fafc7d805eb44e6069ea314ad486.tar.gz emacs-ab0a60a1b334fafc7d805eb44e6069ea314ad486.zip | |
; * CONTRIBUTE (Generating ChangeLog entries): Drop duplicate word.
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index c12f0cc08db..809b6e3208d 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -162,7 +162,7 @@ them right the first time, so here are guidelines for formatting them: | |||
| 162 | - If you use Emacs VC, one way to format ChangeLog entries is to create | 162 | - If you use Emacs VC, one way to format ChangeLog entries is to create |
| 163 | a top-level ChangeLog file manually, and update it with 'C-x 4 a' as | 163 | a top-level ChangeLog file manually, and update it with 'C-x 4 a' as |
| 164 | usual. Do not register the ChangeLog file under git; instead, use | 164 | usual. Do not register the ChangeLog file under git; instead, use |
| 165 | 'C-c C-a' to insert its contents into into your *vc-log* buffer. | 165 | 'C-c C-a' to insert its contents into your *vc-log* buffer. |
| 166 | Or if 'log-edit-hook' includes 'log-edit-insert-changelog' (which it | 166 | Or if 'log-edit-hook' includes 'log-edit-insert-changelog' (which it |
| 167 | does by default), they will be filled in for you automatically. | 167 | does by default), they will be filled in for you automatically. |
| 168 | 168 | ||