branch: elpa/exec-path-from-shell
commit 9700a076a932d4c8bc92d9e12f21978232056373
Merge: 17fe8465cd 30df5be792
Author: Steve Purcell <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #45 from jlandahl/master
Minor README fix
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 30ac00994a..21e26a60fb 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Ever find that a command works in your shell, but not in
Emacs?
This happens a lot on OS X, where an Emacs instance started from the GUI
inherits a
default set of environment variables.
-This library works solves this problem by copying important environment
+This library solves this problem by copying important environment
variables from the user's shell: it works by asking your shell to print out the
variables of interest, then copying them into the Emacs environment.