From: Dani Moncayo Date: Sun, 26 Oct 2014 17:47:32 +0000 (+0100) Subject: * README.W32 (Preliminaries): Don't assume that this file is at X-Git-Tag: emacs-25.0.90~2635^2~637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94004affda8a083acaad51f210e9719e9acb1311;p=emacs.git * README.W32 (Preliminaries): Don't assume that this file is at the top level. (Setting up Emacs): Minor rewording to be more accurate. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index e08babd8209..2d0df9de7e2 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,9 @@ +2014-10-26 Dani Moncayo + + * README.W32 (Preliminaries): Don't assume that this file is at + the top level. + (Setting up Emacs): Minor rewording to be more accurate. + 2014-10-25 Eric S. Raymond * Neutralize language specific to a repository type. diff --git a/nt/README.W32 b/nt/README.W32 index c73b3b3ad09..4d59c6f0ae2 100644 --- a/nt/README.W32 +++ b/nt/README.W32 @@ -21,13 +21,16 @@ See the end of the file for license conditions. * Preliminaries - Along with this file should be four subdirectories (bin, libexec, - share, and var). + The binary distribution has these top-level directories: + + bin + + libexec + + share + + var * Setting up Emacs - To install Emacs, simply unpack all the files into a directory of - your choice. To complete the installation process, you can + To install Emacs, simply unpack the binary package into a directory + of your choice. To complete the installation process, you can optionally run the program addpm.exe in the bin subdirectory. This will put an icon for Emacs in the Start Menu under "Start -> Programs -> Gnu Emacs".