# HG changeset patch # User Oleksandr Gavenko # Date 1476118676 -10800 # Node ID 3326fe242cb8040cf44bd861df3463010b07aa36 # Parent 580e8a297afd209fdcbe5086f1fdbfc941471b52 Fix spelling and typos. diff -r 580e8a297afd -r 3326fe242cb8 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.