Skip to content

Commit 6952067

Browse files
committed
Satisfy docstring linter
1 parent 54a62cc commit 6952067

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: clojure-mode.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -2502,7 +2502,8 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-cycle-privacy"
25022502
"-")))))
25032503

25042504
(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."
2505+
"Convert the collection at (point)
2506+
by unwrapping it an wrapping it between COLL-OPEN and COLL-CLOSE."
25062507
(save-excursion
25072508
(while (and
25082509
(not (bobp))

0 commit comments

Comments
 (0)