diff options
| author | Eli Zaretskii | 2023-03-31 16:18:09 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-03-31 16:18:09 +0300 |
| commit | 3bdbb66efb9895b8ed55270075fa7d8329f8d36b (patch) | |
| tree | 2ddea60ac509f75d786e0ed49dc5bee7724bd032 | |
| parent | d0eb12e8d3c9d6f95b8493e05857d583c29dd0fe (diff) | |
| download | emacs-3bdbb66efb9895b8ed55270075fa7d8329f8d36b.tar.gz emacs-3bdbb66efb9895b8ed55270075fa7d8329f8d36b.zip | |
; CONTRIBUTE: Minor stylistic changes.
| -rw-r--r-- | CONTRIBUTE | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 674b4e5b18c..82e5b0a1018 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -110,7 +110,7 @@ admin/notes/bug-triage. | |||
| 110 | 110 | ||
| 111 | Any change that matters to end-users should have an entry in etc/NEWS. | 111 | Any change that matters to end-users should have an entry in etc/NEWS. |
| 112 | Try to start each NEWS entry with a sentence that summarizes the entry | 112 | Try to start each NEWS entry with a sentence that summarizes the entry |
| 113 | and takes just one line -- this will allow to read NEWS in Outline | 113 | and takes just one line -- this will allow reading NEWS in Outline |
| 114 | mode after hiding the body of each entry. | 114 | mode after hiding the body of each entry. |
| 115 | 115 | ||
| 116 | Doc-strings should be updated together with the code. | 116 | Doc-strings should be updated together with the code. |
| @@ -123,7 +123,7 @@ Think about whether your change requires updating the manuals. If you | |||
| 123 | know it does not, mark the NEWS entry with "---". If you know | 123 | know it does not, mark the NEWS entry with "---". If you know |
| 124 | that *all* the necessary documentation updates have been made as part | 124 | that *all* the necessary documentation updates have been made as part |
| 125 | of your changes or those by others, mark the entry with "+++". | 125 | of your changes or those by others, mark the entry with "+++". |
| 126 | Otherwise do not mark it. | 126 | Otherwise, do not mark it. |
| 127 | 127 | ||
| 128 | If your change requires updating the manuals to document new | 128 | If your change requires updating the manuals to document new |
| 129 | functions/commands/variables/faces, then use the proper Texinfo | 129 | functions/commands/variables/faces, then use the proper Texinfo |
| @@ -400,7 +400,7 @@ the commit to master, by starting the commit message with "Backport:". | |||
| 400 | The gitmerge function excludes these commits from the merge to the master. | 400 | The gitmerge function excludes these commits from the merge to the master. |
| 401 | 401 | ||
| 402 | Some changes should not be merged to master at all, for whatever | 402 | Some changes should not be merged to master at all, for whatever |
| 403 | reasons. These should be marked by including something like "Do not | 403 | reason. These should be marked by including something like "Do not |
| 404 | merge to master" or anything that matches gitmerge-skip-regexp (see | 404 | merge to master" or anything that matches gitmerge-skip-regexp (see |
| 405 | admin/gitmerge.el) in the commit message. | 405 | admin/gitmerge.el) in the commit message. |
| 406 | 406 | ||
| @@ -449,8 +449,8 @@ files intended for use only with Emacs version 24.5 and later. | |||
| 449 | 449 | ||
| 450 | *** Useful files in the admin/ directory | 450 | *** Useful files in the admin/ directory |
| 451 | 451 | ||
| 452 | See all the files in admin/notes/* . In particular, see | 452 | See all the files in 'admin/notes/*'. In particular, see |
| 453 | admin/notes/newfile, see admin/notes/repo. | 453 | 'admin/notes/newfile' and 'admin/notes/repo'. |
| 454 | 454 | ||
| 455 | The file admin/MAINTAINERS records the areas of interest of frequent | 455 | The file admin/MAINTAINERS records the areas of interest of frequent |
| 456 | Emacs contributors. If you are making changes in one of the files | 456 | Emacs contributors. If you are making changes in one of the files |