diff options
| author | Richard M. Stallman | 1994-05-22 19:05:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-22 19:05:23 +0000 |
| commit | 2d49d361ae7a8efb41f4e75fcd70412b2883dd63 (patch) | |
| tree | c9c134ce1b6a8f85ec29643a56b732ff01712cb2 | |
| parent | fc76281d88172f6ac1dafe97a2031705b900bc90 (diff) | |
| download | emacs-2d49d361ae7a8efb41f4e75fcd70412b2883dd63.tar.gz emacs-2d49d361ae7a8efb41f4e75fcd70412b2883dd63.zip | |
Doc fix.
| -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. | |||
| 29 | rem + rm, mv, chmod (From GNU file utilities). | 29 | rem + rm, mv, chmod (From GNU file utilities). |
| 30 | rem + sed. | 30 | rem + sed. |
| 31 | rem | 31 | rem |
| 32 | rem You must install in directory c:/emacs or change this script. | 32 | rem You must install in directory c:/emacs or change this script, the |
| 33 | rem files msdos/sed*.inp, and lisp/dos-fns.el. (The latter must be | ||
| 34 | rem recompiled.) | ||
| 33 | rem ---------------------------------------------------------------------- | 35 | rem ---------------------------------------------------------------------- |
| 34 | if not "%2" == "" goto usage | 36 | if not "%2" == "" goto usage |
| 35 | if "%1" == "msdos" goto msdos | 37 | if "%1" == "msdos" goto msdos |