branch: elpa/inf-clojure commit f1c8323de7380e2f810017596a361b72c156bccf Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Fix some wording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 663ded9..ff6ef6e 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ This package provides basic interaction with a Clojure subprocess (REPL). It's based on ideas from the popular `inferior-lisp` package. -`inf-clojure` has two components - a nice REPL buffer (`inf-clojure`) -(`inf-clojure-minor-mode`), which extends `clojure-mode` with commands -to evaluate forms directly in the REPL. +`inf-clojure` has two components - a nice REPL buffer (`inf-clojure`) and a REPL +interaction minor mode (`inf-clojure-minor-mode`), which extends `clojure-mode` +with commands to evaluate forms directly in the REPL. **This documentation tracks the `master` branch of `inf-clojure`. Some of the features and settings discussed here might not be available in