diff options
| author | Eli Zaretskii | 2015-03-16 20:01:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-03-16 20:01:38 +0200 |
| commit | 14c47d39fabf1f5dbc239f7e0f5a994e36ecc2ff (patch) | |
| tree | c2de874df0c63468b578b312f6f477bb6e16a139 /doc | |
| parent | ac85901854a693061371db5562cb16419a022711 (diff) | |
| download | emacs-14c47d39fabf1f5dbc239f7e0f5a994e36ecc2ff.tar.gz emacs-14c47d39fabf1f5dbc239f7e0f5a994e36ecc2ff.zip | |
doc/misc/efaq-w32.texi: Spell-check.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/efaq-w32.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi index 1deeeca9d19..3ef8d154e8a 100644 --- a/doc/misc/efaq-w32.texi +++ b/doc/misc/efaq-w32.texi | |||
| @@ -191,7 +191,7 @@ development site. | |||
| 191 | @section How can I compile Emacs myself? | 191 | @section How can I compile Emacs myself? |
| 192 | @cindex compiling Emacs | 192 | @cindex compiling Emacs |
| 193 | 193 | ||
| 194 | To compile Emacs on Windows, you will need the MingW port of GCC and | 194 | To compile Emacs on Windows, you will need the MinGW port of GCC and |
| 195 | Binutils, the MinGW runtime and development environment, and the MSYS | 195 | Binutils, the MinGW runtime and development environment, and the MSYS |
| 196 | suite of tools. For the details, see the file @file{nt/INSTALL} in | 196 | suite of tools. For the details, see the file @file{nt/INSTALL} in |
| 197 | the Emacs source distribution. | 197 | the Emacs source distribution. |
| @@ -739,7 +739,7 @@ you ran @command{addpm}, you'll need to delete the Start Menu group | |||
| 739 | too. The registry entries inserted by @command{addpm} will not cause | 739 | too. The registry entries inserted by @command{addpm} will not cause |
| 740 | any problems if you leave them there, but for the sake of | 740 | any problems if you leave them there, but for the sake of |
| 741 | completeness, you can use @command{regedit} to remove the keys under | 741 | completeness, you can use @command{regedit} to remove the keys under |
| 742 | @code{HKEY_LOCAL_MACHINE} orx @code{HKEY_CURRENT_USER}: | 742 | @code{HKEY_LOCAL_MACHINE} or @code{HKEY_CURRENT_USER}: |
| 743 | @code{SOFTWARE\GNU\Emacs}, and the key | 743 | @code{SOFTWARE\GNU\Emacs}, and the key |
| 744 | @code{HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App | 744 | @code{HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App |
| 745 | Paths\emacs.exe} if it exists. | 745 | Paths\emacs.exe} if it exists. |
| @@ -1907,7 +1907,7 @@ tools to build your project. | |||
| 1907 | 1907 | ||
| 1908 | Christopher Payne wrote a Visual Studio add-in that makes Emacs the | 1908 | Christopher Payne wrote a Visual Studio add-in that makes Emacs the |
| 1909 | default text editor, this has now been taken over by Jeff Paquette. | 1909 | default text editor, this has now been taken over by Jeff Paquette. |
| 1910 | See the following two URLS for details: | 1910 | See the following two URLs for details: |
| 1911 | @itemize | 1911 | @itemize |
| 1912 | @item @uref{http://sourceforge.net/projects/visemacs/} for the latest version. | 1912 | @item @uref{http://sourceforge.net/projects/visemacs/} for the latest version. |
| 1913 | @item @uref{http://www.smathers.net/VisEmacs.htm} for notes on usage. | 1913 | @item @uref{http://www.smathers.net/VisEmacs.htm} for notes on usage. |
| @@ -2174,7 +2174,7 @@ to port software to Windows. | |||
| 2174 | The @uref{https://sourceforge.net/projects/ezwinports/, EZWinPorts | 2174 | The @uref{https://sourceforge.net/projects/ezwinports/, EZWinPorts |
| 2175 | project} provides many useful ports of recent versions of GNU and Unix | 2175 | project} provides many useful ports of recent versions of GNU and Unix |
| 2176 | software. This includes all the optional libraries used by Emacs | 2176 | software. This includes all the optional libraries used by Emacs |
| 2177 | (image libraries, libxml2, GnuTLS), RCS, Terxinfo, a clone of | 2177 | (image libraries, libxml2, GnuTLS), RCS, Texinfo, a clone of |
| 2178 | @command{man} command, Grep, xz, bzip2, bsdtar, ID Utils, Findutils, | 2178 | @command{man} command, Grep, xz, bzip2, bsdtar, ID Utils, Findutils, |
| 2179 | Hunspell, Gawk, GNU Make, Groff, GDB. | 2179 | Hunspell, Gawk, GNU Make, Groff, GDB. |
| 2180 | 2180 | ||