diff options
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index e1fb74c8df6..d5d3b77d142 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -147,13 +147,13 @@ giving you write access to the CVS repository. | |||
| 147 | 147 | ||
| 148 | Discussion about Emacs development takes place on emacs-devel@gnu.org. | 148 | Discussion about Emacs development takes place on emacs-devel@gnu.org. |
| 149 | 149 | ||
| 150 | Bug reports for released versions are sent to emacs-bugs@gnu.org. | 150 | Bug reports for released versions are sent to bug-gnu-emacs@gnu.org. |
| 151 | 151 | ||
| 152 | Bug reports for development versions are sent to emacs-pretest-bug@gnu.org. | 152 | Bug reports for development versions are sent to emacs-pretest-bug@gnu.org. |
| 153 | 153 | ||
| 154 | You can subscribe to the mailing lists at savannah.gnu.org/projects/emacs. | 154 | You can subscribe to the mailing lists at savannah.gnu.org/projects/emacs. |
| 155 | 155 | ||
| 156 | You can find the mailing lists archives at mail.gnu.org or gmane.org. | 156 | You can find the mailing lists archives at lists.gnu.org or gmane.org. |
| 157 | 157 | ||
| 158 | 158 | ||
| 159 | ** Document your changes. | 159 | ** Document your changes. |
| @@ -189,7 +189,7 @@ need to check whether *that file* was changed in those years. | |||
| 189 | It's sufficient that *Emacs* was changed in those years (and it was!). | 189 | It's sufficient that *Emacs* was changed in those years (and it was!). |
| 190 | 190 | ||
| 191 | ** For those files that have been added since then, we should add | 191 | ** For those files that have been added since then, we should add |
| 192 | the year it was added to Emacs, and all subsequent years." | 192 | the year it was added to Emacs, and all subsequent years. |
| 193 | 193 | ||
| 194 | ** For the refcards under etc/, it's ok to simply use the latest year | 194 | ** For the refcards under etc/, it's ok to simply use the latest year |
| 195 | (typically in a `\def\year{YEAR}' expression) for the rendered copyright | 195 | (typically in a `\def\year{YEAR}' expression) for the rendered copyright |