From 6952067f78ba6c9bd1b6ccb58140a68db2883765 Mon Sep 17 00:00:00 2001 From: vemv Date: Tue, 19 Jul 2022 19:15:06 +0200 Subject: [PATCH] Satisfy docstring linter --- clojure-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clojure-mode.el b/clojure-mode.el index 595ea0a0..d752add4 100644 --- a/clojure-mode.el +++ b/clojure-mode.el @@ -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))