branch: elpa/exec-path-from-shell
commit 2d152d17814c6d551d525d83201da72c4047c1de
Author: Steve Purcell <[email protected]>
Commit: GitHub <[email protected]>

    Clarify what the sample usage snippet does
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8ba52427a6..d3acddc2f4 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,8 @@ Add the following to your `init.el` (after calling 
`package-initialize`):
   (exec-path-from-shell-initialize))
 ```
 
-This sets `$MANPATH`, `$PATH` and `exec-path` from your shell, but only on OS X
-and Linux.
+This sets `$MANPATH`, `$PATH` and `exec-path` from your shell, but only
+when executed in a GUI frame on OS X and Linux.
 
 You can copy values of other environment variables by customizing
 `exec-path-from-shell-variables` before invoking

Reply via email to