INSTALL.rst
changeset 1442 3326fe242cb8
parent 1401 8856efafc5fe
child 1480 34b763cbc5cf
--- 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.