Skip to content

Commit f1c8323

Browse files
committed
Fix some wording
1 parent b88de63 commit f1c8323

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
This package provides basic interaction with a Clojure subprocess (REPL).
99
It's based on ideas from the popular `inferior-lisp` package.
1010

11-
`inf-clojure` has two components - a nice REPL buffer (`inf-clojure`)
12-
(`inf-clojure-minor-mode`), which extends `clojure-mode` with commands
13-
to evaluate forms directly in the REPL.
11+
`inf-clojure` has two components - a nice REPL buffer (`inf-clojure`) and a REPL
12+
interaction minor mode (`inf-clojure-minor-mode`), which extends `clojure-mode`
13+
with commands to evaluate forms directly in the REPL.
1414

1515
**This documentation tracks the `master` branch of `inf-clojure`. Some of
1616
the features and settings discussed here might not be available in

0 commit comments

Comments
 (0)