branch: elpa/inf-clojure commit 477fd7c03a2d7d1c83628db54abf34f5337bc3db Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Tweak some wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f85e00..0cfb4dc 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ In Emacs terminology "inferior" process is a subprocess started by Emacs (it bei processes its output. As the Clojure socket REPL works in exactly the same manner `inf-clojure` can also interact with it. Functionality like code completion and eldoc is powered by evaluation of predefined code snippets that provide the necessary results. -As different Clojure REPLs have different capabilities, `inf-clojure` has to determine the type of a REPL and invoke +As different Clojure REPLs have different capabilities, `inf-clojure` tracks the type of a REPL and invokes the right code for each REPL type. ## Installation