diff options
| author | Reuben Thomas | 2014-08-10 17:23:05 +0100 |
|---|---|---|
| committer | Reuben Thomas | 2014-08-10 17:23:05 +0100 |
| commit | 109c0de984f2b49b89db802edc4b79d55b8f9429 (patch) | |
| tree | cbe2c248fd8da19470be138bc34ee2cba784ef6c | |
| parent | c29f96fa6b074980faea5bd4bddb4c74993838b0 (diff) | |
| download | emacs-109c0de984f2b49b89db802edc4b79d55b8f9429.tar.gz emacs-109c0de984f2b49b89db802edc4b79d55b8f9429.zip | |
config.bat: fix some confusing wording
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | config.bat | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-08-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * config.bat: Fix some confusing wording. | ||
| 4 | |||
| 1 | 2014-08-09 Eli Zaretskii <eliz@gnu.org> | 5 | 2014-08-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * config.bat: Fix EOL format in lines modified by last commit. | 7 | * config.bat: Fix EOL format in lines modified by last commit. |
diff --git a/config.bat b/config.bat index bbfe396c41f..67ad3715381 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -25,7 +25,7 @@ rem + msdos version 3 or better. | |||
| 25 | rem + DJGPP version 2.02 or later (version 2.03 or later recommended). | 25 | rem + DJGPP version 2.02 or later (version 2.03 or later recommended). |
| 26 | rem + make utility that allows breaking of the 128 chars limit on | 26 | rem + make utility that allows breaking of the 128 chars limit on |
| 27 | rem command lines. ndmake (as of version 4.5) won't work due to a | 27 | rem command lines. ndmake (as of version 4.5) won't work due to a |
| 28 | rem line length limit. The make that comes with DJGPP does work (and is | 28 | rem line length limit. The DJGPP port of make works (and is |
| 29 | rem recommended). | 29 | rem recommended). |
| 30 | rem + rm, mv, and cp (from GNU file utilities). | 30 | rem + rm, mv, and cp (from GNU file utilities). |
| 31 | rem + sed (you can use the port that comes with DJGPP). | 31 | rem + sed (you can use the port that comes with DJGPP). |