We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a62cc commit 6952067Copy full SHA for 6952067
clojure-mode.el
@@ -2502,7 +2502,8 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-cycle-privacy"
2502
"-")))))
2503
2504
(defun clojure--convert-collection (coll-open coll-close)
2505
- "Convert the collection at (point) by unwrapping it an wrapping it between COLL-OPEN and COLL-CLOSE."
+ "Convert the collection at (point)
2506
+by unwrapping it an wrapping it between COLL-OPEN and COLL-CLOSE."
2507
(save-excursion
2508
(while (and
2509
(not (bobp))
0 commit comments