Merge from emacs-24; up to 2013-01-03T02:31:36Z!rgm@gnu.org
[bpt/emacs.git] / admin / notes / newfile
index e822b40..0b66b80 100644 (file)
@@ -8,7 +8,7 @@ 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:
 
-    find /path/to/emacs -print | doshck
+    find /path/to/emacs -print | doschk
 
 and examine the output for DOS-related problems.  The sections of
 output under the headings "The following files are not valid DOS file
@@ -17,8 +17,6 @@ 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.
 
-** If appropriate, add an entry to lisp/Makefile.in ELCFILES.
-
 ** If appropriate, check that the file compiles OK and that Emacs
 builds fine with it.  Address any compilation warnings.