Skip to content

Commit

Permalink
Satisfy docstring linter
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jul 19, 2022
1 parent 54a62cc commit 6952067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -2502,7 +2502,8 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-cycle-privacy"
"-")))))

(defun clojure--convert-collection (coll-open coll-close)
"Convert the collection at (point) by unwrapping it an wrapping it between COLL-OPEN and COLL-CLOSE."
"Convert the collection at (point)
by unwrapping it an wrapping it between COLL-OPEN and COLL-CLOSE."
(save-excursion
(while (and
(not (bobp))
Expand Down

0 comments on commit 6952067

Please sign in to comment.