branch: elpa/exec-path-from-shell
commit 30df5be792ac00927cca8ea94c0c944b46023795
Author: John Landahl <[email protected]>
Commit: John Landahl <[email protected]>
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.