Skip to content

Commit a0a5b59

Browse files
committed
Tweak the refactoring section of the readme a bit
1 parent cc4ea94 commit a0a5b59

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,29 +224,39 @@ happen whenever you select some code and hit `TAB`.
224224

225225
## Refactoring support
226226

227-
The available refactorings were originally created and maintained by the clj-refactor.el team. The ones implemented in Elisp only are gradually migrated to Clojure mode.
227+
The available refactorings were originally created and maintained by the
228+
`clj-refactor.el` team. The ones implemented in Elisp only are gradually migrated
229+
to `clojure-mode`.
228230

229231
### Threading macros related features
230232

231-
* Thread an other expression.
233+
* Thread another expression.
232234

233-
Thread another form into the surrounding thread. Both `->>` and `->` variants are supported. See demonstration on the [clj-refactor.el Wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-thread).
235+
Thread another form into the surrounding thread. Both `->>` and `->` variants
236+
are supported. See demonstration on the
237+
[clj-refactor.el wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-thread).
234238

235239
* Unwind a threaded expression.
236240

237-
Supports both `->>` and `->`. See demonstration on the [clj-refactor.el Wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-unwind-thread).
241+
Supports both `->>` and `->`. See demonstration on the
242+
[clj-refactor.el wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-unwind-thread).
238243

239244
* Wrap in thread first (`->`) and fully thread.
240245

241-
Introduce the thread first macro and rewrite the entire form. With a prefix argument do not thread the last form. See demonstration on the [clj-refactor.el Wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-thread-first-all).
246+
Introduce the thread first macro and rewrite the entire form. With a prefix
247+
argument do not thread the last form. See demonstration on the
248+
[clj-refactor.el wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-thread-first-all).
242249

243250
* Wrap in thread last (`->>`) and fully thread.
244251

245-
Introduce the thread last macro and rewrite the entire form. With a prefix argument do not thread the last form. See demonstration on the [clj-refactor.el Wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-thread-last-all).
252+
Introduce the thread last macro and rewrite the entire form. With a prefix
253+
argument do not thread the last form. See demonstration on the
254+
[clj-refactor.el wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-thread-last-all).
246255

247256
* Fully unwind a threaded expression.
248257

249-
Unwind and remove the threading macro. See demonstration on the [clj-refactor.el Wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-unwind-all).
258+
Unwind and remove the threading macro. See demonstration on the
259+
[clj-refactor.el wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-unwind-all).
250260

251261
## Related packages
252262

0 commit comments

Comments
 (0)