X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b6bd159922608fa474026837771d63bf7eadcf97..15ecb7923af303497eec1e7918f7c70aafd33cde:/admin/notes/newfile diff --git a/admin/notes/newfile b/admin/notes/newfile index 0b66b8054b..072e966d60 100644 --- a/admin/notes/newfile +++ b/admin/notes/newfile @@ -6,7 +6,7 @@ CHECKLIST FOR ADDING A NEW FILE TO EMACS -*- outline -*- format, copyright and license notice, etc). ** Make sure the filename does not cause the DOS port any problems (8+3). -Run the `doschk' program like this: +Run the 'doschk' program like this: find /path/to/emacs -print | doschk @@ -15,7 +15,7 @@ output under the headings "The following files are not valid DOS file names:" and "The following resolve to the same DOS file names:" should not include any files that end up in the release tarball. -** Make the ChangeLog entry in the name of the author(s), not your own name. +** Commit in the name of the author(s), not your own name. ** If appropriate, check that the file compiles OK and that Emacs builds fine with it. Address any compilation warnings.