Fix spelling and typos.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 10 Oct 2016 19:57:56 +0300
changeset 1442 3326fe242cb8
parent 1441 580e8a297afd
child 1443 d8600d7a6a66
Fix spelling and typos.
INSTALL.rst
--- a/INSTALL.rst	Mon Oct 10 17:00:26 2016 +0300
+++ b/INSTALL.rst	Mon Oct 10 19:57:56 2016 +0300
@@ -18,17 +18,17 @@
 After setting ``HOME`` environment variable Emacs expands ``~`` path element to
 that directory allowing quicker access to your file (especially with ``ido``).
 
-``INFOPATH`` automatically expanded with additional directory
-``~/usr/share/info`` if already not set. With ``cygwin-mount.el`` Cygwin info
-pages become available in native Emacs too!
+If ``INFOPATH`` is not set it automatically extended with additional directory
+``~/usr/share/info``. With ``cygwin-mount.el`` Cygwin info pages become
+available in native Emacs too!
 
 .. note::
 
-   To later ``INFOPATH`` to work with Cygwin and native Emacs use paths like::
+   Example of ``INFOPATH`` which works with Cygwin and native Emacs::
 
-     INFOPATH=e:/opt/cygwin/usr/share/info;e:/home/usr/share/info;e:/bin/gnuwin32/info:
+     INFOPATH=/cygdrive/d/home/usr/share/info:/usr/share/info:/usr/local/share/info:
 
-   Latest ``:`` sign instructs Cygwin built-in info viewver to include system
+   Latest ``:`` sign instructs Cygwin built-in info viewer to include system
    paths and native Emacs to include its own info pages regardless installation
    directory.