diff options
| author | Paul Eggert | 2015-10-03 17:37:59 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-10-03 17:37:59 -0700 |
| commit | 42d0000cf38f74b559e0ed049ec820661b104b2a (patch) | |
| tree | a27a7235b4d8708836148294e27fedd00cdbfffe | |
| parent | 99763700e33cc04700e2ee2fd9313e9ff279b2de (diff) | |
| download | emacs-42d0000cf38f74b559e0ed049ec820661b104b2a.tar.gz emacs-42d0000cf38f74b559e0ed049ec820661b104b2a.zip | |
* nt/INSTALL: Minor spelling and quote fixes.
| -rw-r--r-- | nt/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 86c4ad3d1f7..3bcb496cd52 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -382,11 +382,11 @@ build will run on Windows 9X and newer systems). | |||
| 382 | ok | 382 | ok |
| 383 | Your system has the required tools, running autoreconf... | 383 | Your system has the required tools, running autoreconf... |
| 384 | Installing git hooks... | 384 | Installing git hooks... |
| 385 | You can now run `./configure'. | 385 | You can now run './configure'. |
| 386 | 386 | ||
| 387 | If the script fails because it cannot find Git, you will need to | 387 | If the script fails because it cannot find Git, you will need to |
| 388 | arrange for the MSYS Bash's PATH to include the Git's 'bin' | 388 | arrange for the MSYS Bash's PATH to include the Git's 'bin' |
| 389 | sibdirectory, where there's the git.exe executable. | 389 | subdirectory, where there's the git.exe executable. |
| 390 | 390 | ||
| 391 | * Configuring Emacs for MinGW: | 391 | * Configuring Emacs for MinGW: |
| 392 | 392 | ||
| @@ -466,7 +466,7 @@ build will run on Windows 9X and newer systems). | |||
| 466 | successful, will eventually produce a summary of the configuration | 466 | successful, will eventually produce a summary of the configuration |
| 467 | similar to this: | 467 | similar to this: |
| 468 | 468 | ||
| 469 | Configured for `i686-pc-mingw32'. | 469 | Configured for 'i686-pc-mingw32'. |
| 470 | 470 | ||
| 471 | Where should the build process find the source code? /path/to/emacs/sources | 471 | Where should the build process find the source code? /path/to/emacs/sources |
| 472 | What compiler should emacs be built with? gcc -std=gnu99 -O0 -g3 | 472 | What compiler should emacs be built with? gcc -std=gnu99 -O0 -g3 |