diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-22 19:05:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-22 19:05:23 +0000 |
commit | 6a3d128ccaeb52021b8651c5b31a94bbab907cce (patch) | |
tree | d2c1e04fd1ed0f315f2d8346b0c5152100a8de8f /config.bat | |
parent | e8e8ed7971557a6181edc9800c3716d2737e12bc (diff) | |
download | emacs-6a3d128ccaeb52021b8651c5b31a94bbab907cce.tar.gz |
Doc fix.
Diffstat (limited to 'config.bat')
-rw-r--r-- | config.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.bat b/config.bat index d2a665dfeb6..5739bda4551 100644 --- a/config.bat +++ b/config.bat @@ -29,7 +29,9 @@ rem line length limit. rem + rm, mv, chmod (From GNU file utilities).
rem + sed.
rem
-rem You must install in directory c:/emacs or change this script.
+rem You must install in directory c:/emacs or change this script, the
+rem files msdos/sed*.inp, and lisp/dos-fns.el. (The latter must be
+rem recompiled.)
rem ----------------------------------------------------------------------
if not "%2" == "" goto usage
if "%1" == "msdos" goto msdos
|